home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / N-O / Not Passing History.cpt / Not Passing History / card_9898.txt < prev    next >
Text File  |  1992-02-09  |  76KB  |  2,454 lines

  1. -- card: 9898 from stack: in
  2. -- bmap block id: 11339
  3. -- flags: 4000
  4. -- background id: 10760
  5. -- name: AutoMusicon
  6. ----- HyperTalk script -----
  7. on flipCd btnNo
  8.   resetCDB
  9.   if btnNo is 1 then
  10.     set icon of target to 20012
  11.     set icon of target to 20013
  12.   else if btnNo is 2 then
  13.     set icon of target to 20022
  14.     set icon of target to 20023
  15.   else if btnNo is 3 then
  16.     set icon of target to 20032
  17.     set icon of target to 20033
  18.   end if
  19.   play "Click"
  20.   play "Click2"
  21.   lock screen
  22.   if visible of cd fld  1 is true then put "left" into temp
  23.   if visible of cd fld 13 is true then put "right" into temp
  24.   repeat with i = 1 to 18
  25.     hide cd fld i
  26.   end repeat
  27.   if btnNo is 1 then
  28.     put "right" into temp
  29.     repeat with i = 1 to 6
  30.       show cd fld i
  31.     end repeat
  32.   end if
  33.   if btnNo is 2 then
  34.     repeat with i = 7 to 12
  35.       show cd fld i
  36.     end repeat
  37.   end if
  38.   if btnNo is 3 then
  39.     put "left" into temp
  40.     repeat with i = 13 to 18
  41.       show cd fld i
  42.     end repeat
  43.   end if
  44.   play "Fidoclick"
  45.   do "unlock screen with wipe " &temp
  46. end flipCd
  47.  
  48. on resetCDB
  49.   lock screen
  50.   repeat with i = 1 to 3
  51.     if char 5 of icon of cd btn i > 1 then
  52.       set icon of cd btn i to (char 1 to 4 of icon of cd btn i) &1
  53.     end if
  54.   end repeat
  55.   unlock screen
  56. end resetCDB
  57.  
  58. on openCard
  59.   global menuInstList
  60.   get checkRecent()
  61.   if it is false then
  62.     exit openCard
  63.   end if
  64.   cleanScreen
  65.   if the diskSpace < 100000 then show bg btn "JBSpoiler"
  66.   put "Toot,Bottle,English horn,Horn,Trumpet" into menuInstList
  67.   Put Return & "Whistle,Bb Clarinet,Flute,Sax,SaxLo" after menuInstList
  68.   put Return & "Plunk,Banjo,Cello,Elect. Guitar,Elect. Piano," &"Harp,Harpsichord,Piano,Pizz Strings" after menuInstList
  69.   put Return & "Boom,Bell,Marimba" after menuInstList
  70.  
  71.   Put Return & "Chords,Beethoven" after menuInstList
  72.   Put Return & "Sound Effects,Boing,Perc,Raven," &"Sawtooth,Triangle,Voice,Wah,Whistling" after menuInstList
  73. end openCard
  74.  
  75. -- If you decide to use the jukebox as a stand alone card, disable the
  76. -- checkRecent function before you copy the card, and remove it and all
  77. -- references to it in the scripts. Or look for the stand alone version
  78. -- available from selected distributors.
  79.  
  80. function checkRecent
  81. get id of recent card
  82. if it is not "card id 6580" then
  83.   set lockmessages to true
  84.   visual zoom in
  85.   go cd id 6580
  86.   return false
  87. else
  88.   return true
  89. end if
  90. end checkRecent
  91.  
  92. on closeCard
  93.   global SongCounter,menuInstList
  94.   cleanScreen
  95.   lock Screen
  96.   if visible of bg btn "JBSpoiler" is true then hide bg btn "JBSpoiler"
  97.   if visible of cd btn "Line Length" is true then hide cd btn "Line Length"
  98.   if visible of cd btn "Import Music" is true then hide cd btn "Import Music"
  99.   if visible of cd btn "Export Music" is true then hide cd btn "Export Music"
  100.   if visible of cd fld "AutoMusiconHelp" is true then
  101.     hide cd fld "AutoMusiconHelp"
  102.     set scroll of cd fld "AutoMusiconHelp" to 0
  103.   end if
  104.   unlock screen
  105.   send mouseDown to bg btn id 44
  106.   put empty into bg fld "TempoField"
  107.   send mouseDown to cd btn id 51
  108.   put empty into SongCounter
  109.   put empty into menuInstList
  110.  
  111. end closeCard
  112.  
  113.  
  114. -- part 51 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=144 top=302 right=334 bottom=180
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 20013 / 20013
  120. -- text alignment: 1
  121. -- font id: 3
  122. -- text size: 18
  123. -- style flags: 256
  124. -- line height: 24
  125. -- part name: Page 1L
  126. ----- HyperTalk script -----
  127. on mouseDown
  128.   cleanScreen
  129.   if visible of cd fld 1 is true then
  130.     exit mouseDown
  131.   else
  132.     flipCd (number of target)
  133.   end if
  134. end mouseDown
  135.  
  136.  
  137. -- part 52 (button)
  138. -- low flags: 00
  139. -- high flags: 0000
  140. -- rect: left=182 top=303 right=335 bottom=218
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 20021 / 20021
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: Page 2L
  149. ----- HyperTalk script -----
  150. on mouseDown
  151.   cleanScreen
  152.   if visible of cd fld 7 is true then
  153.     exit mouseDown
  154.   else
  155.     flipCd (number of target)
  156.   end if
  157. end mouseDown
  158.  
  159.  
  160. -- part 53 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=221 top=303 right=335 bottom=256
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 20031 / 20031
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: Page 3L
  172. ----- HyperTalk script -----
  173. on mouseDown
  174.   cleanScreen
  175.   if visible of cd fld 13 is true then
  176.     exit mouseDown
  177.   else
  178.     flipCd (number of target)
  179.   end if
  180. end mouseDown
  181.  
  182.  
  183. -- part 142 (button)
  184. -- low flags: 00
  185. -- high flags: 0003
  186. -- rect: left=398 top=235 right=299 bottom=500
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 14033 / 14033
  189. -- text alignment: 1
  190. -- font id: 3
  191. -- text size: 9
  192. -- style flags: 0
  193. -- line height: 12
  194. -- part name: Hider
  195. ----- HyperTalk script -----
  196. on mouseDown
  197.   if optionKey() is down then
  198.     set cursor to 4
  199.     cleanScreen
  200.     repeat with i = 21 to 70
  201.       show cd fld i
  202.       wait 1 second
  203.       if mouse() is down then exit repeat
  204.       hide cd fld i
  205.       if mouse() is down then exit repeat
  206.     end repeat
  207.   end if
  208.   if shiftKey() is down then
  209.     set visible of cd btn "headers" to not visible of cd btn "headers"
  210.   end if
  211.   cleanScreen
  212. end mouseDown
  213.  
  214.  
  215. -- part 27 (field)
  216. -- low flags: 01
  217. -- high flags: 0002
  218. -- rect: left=18 top=31 right=300 bottom=201
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 1
  222. -- font id: 12
  223. -- text size: 12
  224. -- style flags: 0
  225. -- line height: 14
  226. -- part name: 
  227.  
  228.  
  229. -- part 28 (field)
  230. -- low flags: 01
  231. -- high flags: 0000
  232. -- rect: left=202 top=31 right=300 bottom=385
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 1
  236. -- font id: 12
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 18
  240. -- part name: 
  241.  
  242.  
  243. -- part 29 (field)
  244. -- low flags: 01
  245. -- high flags: 0000
  246. -- rect: left=18 top=31 right=302 bottom=35
  247. -- title width / last selected line: 0
  248. -- icon id / first selected line: 0 / 0
  249. -- text alignment: 0
  250. -- font id: 0
  251. -- text size: 12
  252. -- style flags: 0
  253. -- line height: 18
  254. -- part name: 
  255.  
  256.  
  257. -- part 30 (field)
  258. -- low flags: 01
  259. -- high flags: 0000
  260. -- rect: left=202 top=31 right=302 bottom=222
  261. -- title width / last selected line: 0
  262. -- icon id / first selected line: 0 / 0
  263. -- text alignment: 0
  264. -- font id: 0
  265. -- text size: 12
  266. -- style flags: 0
  267. -- line height: 18
  268. -- part name: 
  269.  
  270.  
  271. -- part 54 (field)
  272. -- low flags: 01
  273. -- high flags: 0000
  274. -- rect: left=19 top=31 right=302 bottom=198
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 0 / 0
  277. -- text alignment: 1
  278. -- font id: 12
  279. -- text size: 12
  280. -- style flags: 256
  281. -- line height: 16
  282. -- part name: 
  283.  
  284.  
  285. -- part 56 (field)
  286. -- low flags: 01
  287. -- high flags: 0000
  288. -- rect: left=224 top=29 right=299 bottom=383
  289. -- title width / last selected line: 0
  290. -- icon id / first selected line: 0 / 0
  291. -- text alignment: 1
  292. -- font id: 12
  293. -- text size: 12
  294. -- style flags: 256
  295. -- line height: 18
  296. -- part name: 
  297.  
  298.  
  299. -- part 31 (field)
  300. -- low flags: 81
  301. -- high flags: 0000
  302. -- rect: left=18 top=31 right=302 bottom=201
  303. -- title width / last selected line: 0
  304. -- icon id / first selected line: 0 / 0
  305. -- text alignment: 1
  306. -- font id: 12
  307. -- text size: 12
  308. -- style flags: 0
  309. -- line height: 18
  310. -- part name: 
  311.  
  312.  
  313. -- part 32 (field)
  314. -- low flags: 81
  315. -- high flags: 0000
  316. -- rect: left=202 top=31 right=302 bottom=385
  317. -- title width / last selected line: 0
  318. -- icon id / first selected line: 0 / 0
  319. -- text alignment: 1
  320. -- font id: 12
  321. -- text size: 12
  322. -- style flags: 0
  323. -- line height: 18
  324. -- part name: 
  325.  
  326.  
  327. -- part 33 (field)
  328. -- low flags: 81
  329. -- high flags: 0000
  330. -- rect: left=18 top=31 right=302 bottom=40
  331. -- title width / last selected line: 0
  332. -- icon id / first selected line: 0 / 0
  333. -- text alignment: 0
  334. -- font id: 0
  335. -- text size: 12
  336. -- style flags: 0
  337. -- line height: 18
  338. -- part name: 
  339.  
  340.  
  341. -- part 34 (field)
  342. -- low flags: 81
  343. -- high flags: 0000
  344. -- rect: left=202 top=31 right=302 bottom=224
  345. -- title width / last selected line: 0
  346. -- icon id / first selected line: 0 / 0
  347. -- text alignment: 0
  348. -- font id: 0
  349. -- text size: 12
  350. -- style flags: 0
  351. -- line height: 18
  352. -- part name: 
  353.  
  354.  
  355. -- part 57 (field)
  356. -- low flags: 81
  357. -- high flags: 0000
  358. -- rect: left=41 top=29 right=301 bottom=198
  359. -- title width / last selected line: 0
  360. -- icon id / first selected line: 0 / 0
  361. -- text alignment: 1
  362. -- font id: 12
  363. -- text size: 12
  364. -- style flags: 256
  365. -- line height: 18
  366. -- part name: 
  367.  
  368.  
  369. -- part 58 (field)
  370. -- low flags: 81
  371. -- high flags: 0000
  372. -- rect: left=225 top=29 right=300 bottom=381
  373. -- title width / last selected line: 0
  374. -- icon id / first selected line: 0 / 0
  375. -- text alignment: 1
  376. -- font id: 12
  377. -- text size: 12
  378. -- style flags: 256
  379. -- line height: 18
  380. -- part name: 
  381.  
  382.  
  383. -- part 35 (field)
  384. -- low flags: 81
  385. -- high flags: 0000
  386. -- rect: left=18 top=31 right=302 bottom=201
  387. -- title width / last selected line: 0
  388. -- icon id / first selected line: 0 / 0
  389. -- text alignment: 1
  390. -- font id: 12
  391. -- text size: 12
  392. -- style flags: 0
  393. -- line height: 18
  394. -- part name: 
  395.  
  396.  
  397. -- part 36 (field)
  398. -- low flags: 81
  399. -- high flags: 0000
  400. -- rect: left=202 top=31 right=302 bottom=385
  401. -- title width / last selected line: 0
  402. -- icon id / first selected line: 0 / 0
  403. -- text alignment: 1
  404. -- font id: 12
  405. -- text size: 12
  406. -- style flags: 0
  407. -- line height: 18
  408. -- part name: 
  409.  
  410.  
  411. -- part 37 (field)
  412. -- low flags: 81
  413. -- high flags: 0000
  414. -- rect: left=18 top=31 right=302 bottom=39
  415. -- title width / last selected line: 0
  416. -- icon id / first selected line: 0 / 0
  417. -- text alignment: 0
  418. -- font id: 0
  419. -- text size: 12
  420. -- style flags: 0
  421. -- line height: 18
  422. -- part name: 
  423.  
  424.  
  425. -- part 38 (field)
  426. -- low flags: 81
  427. -- high flags: 0000
  428. -- rect: left=202 top=31 right=302 bottom=223
  429. -- title width / last selected line: 0
  430. -- icon id / first selected line: 0 / 0
  431. -- text alignment: 0
  432. -- font id: 0
  433. -- text size: 12
  434. -- style flags: 0
  435. -- line height: 18
  436. -- part name: 
  437.  
  438.  
  439. -- part 59 (field)
  440. -- low flags: 81
  441. -- high flags: 0000
  442. -- rect: left=40 top=29 right=300 bottom=196
  443. -- title width / last selected line: 0
  444. -- icon id / first selected line: 0 / 0
  445. -- text alignment: 1
  446. -- font id: 12
  447. -- text size: 12
  448. -- style flags: 256
  449. -- line height: 18
  450. -- part name: 
  451.  
  452.  
  453. -- part 60 (field)
  454. -- low flags: 81
  455. -- high flags: 0000
  456. -- rect: left=224 top=29 right=302 bottom=382
  457. -- title width / last selected line: 0
  458. -- icon id / first selected line: 0 / 0
  459. -- text alignment: 1
  460. -- font id: 12
  461. -- text size: 12
  462. -- style flags: 256
  463. -- line height: 18
  464. -- part name: 
  465.  
  466.  
  467. -- part 135 (field)
  468. -- low flags: 80
  469. -- high flags: 0007
  470. -- rect: left=479 top=0 right=31 bottom=512
  471. -- title width / last selected line: 0
  472. -- icon id / first selected line: 0 / 0
  473. -- text alignment: 0
  474. -- font id: 3
  475. -- text size: 9
  476. -- style flags: 0
  477. -- line height: 12
  478. -- part name: DummyOne
  479.  
  480.  
  481. -- part 134 (field)
  482. -- low flags: 80
  483. -- high flags: 0007
  484. -- rect: left=447 top=0 right=31 bottom=480
  485. -- title width / last selected line: 0
  486. -- icon id / first selected line: 0 / 0
  487. -- text alignment: 0
  488. -- font id: 3
  489. -- text size: 9
  490. -- style flags: 0
  491. -- line height: 12
  492. -- part name: DummyTwo
  493.  
  494.  
  495. -- part 70 (field)
  496. -- low flags: 80
  497. -- high flags: 0007
  498. -- rect: left=0 top=19 right=97 bottom=171
  499. -- title width / last selected line: 0
  500. -- icon id / first selected line: 0 / 0
  501. -- text alignment: 0
  502. -- font id: 3
  503. -- text size: 9
  504. -- style flags: 0
  505. -- line height: 12
  506. -- part name: A1
  507.  
  508.  
  509. -- part 77 (field)
  510. -- low flags: 80
  511. -- high flags: 0007
  512. -- rect: left=0 top=96 right=174 bottom=171
  513. -- title width / last selected line: 0
  514. -- icon id / first selected line: 0 / 0
  515. -- text alignment: 0
  516. -- font id: 3
  517. -- text size: 9
  518. -- style flags: 0
  519. -- line height: 12
  520. -- part name: A2
  521.  
  522.  
  523. -- part 78 (field)
  524. -- low flags: 80
  525. -- high flags: 0007
  526. -- rect: left=0 top=173 right=251 bottom=171
  527. -- title width / last selected line: 0
  528. -- icon id / first selected line: 0 / 0
  529. -- text alignment: 0
  530. -- font id: 3
  531. -- text size: 9
  532. -- style flags: 0
  533. -- line height: 12
  534. -- part name: A3
  535.  
  536.  
  537. -- part 79 (field)
  538. -- low flags: 80
  539. -- high flags: 0007
  540. -- rect: left=0 top=250 right=328 bottom=171
  541. -- title width / last selected line: 0
  542. -- icon id / first selected line: 0 / 0
  543. -- text alignment: 0
  544. -- font id: 3
  545. -- text size: 9
  546. -- style flags: 0
  547. -- line height: 12
  548. -- part name: A4
  549.  
  550.  
  551. -- part 80 (field)
  552. -- low flags: 80
  553. -- high flags: 0007
  554. -- rect: left=170 top=19 right=97 bottom=341
  555. -- title width / last selected line: 0
  556. -- icon id / first selected line: 0 / 0
  557. -- text alignment: 0
  558. -- font id: 3
  559. -- text size: 9
  560. -- style flags: 0
  561. -- line height: 12
  562. -- part name: A5
  563.  
  564.  
  565. -- part 81 (field)
  566. -- low flags: 80
  567. -- high flags: 0007
  568. -- rect: left=170 top=96 right=174 bottom=341
  569. -- title width / last selected line: 0
  570. -- icon id / first selected line: 0 / 0
  571. -- text alignment: 0
  572. -- font id: 3
  573. -- text size: 9
  574. -- style flags: 0
  575. -- line height: 12
  576. -- part name: B1
  577.  
  578.  
  579. -- part 82 (field)
  580. -- low flags: 80
  581. -- high flags: 0007
  582. -- rect: left=170 top=173 right=251 bottom=341
  583. -- title width / last selected line: 0
  584. -- icon id / first selected line: 0 / 0
  585. -- text alignment: 0
  586. -- font id: 3
  587. -- text size: 9
  588. -- style flags: 0
  589. -- line height: 12
  590. -- part name: B2
  591.  
  592.  
  593. -- part 83 (field)
  594. -- low flags: 80
  595. -- high flags: 0007
  596. -- rect: left=170 top=250 right=328 bottom=341
  597. -- title width / last selected line: 0
  598. -- icon id / first selected line: 0 / 0
  599. -- text alignment: 0
  600. -- font id: 3
  601. -- text size: 9
  602. -- style flags: 0
  603. -- line height: 12
  604. -- part name: B3
  605.  
  606.  
  607. -- part 84 (field)
  608. -- low flags: 80
  609. -- high flags: 0007
  610. -- rect: left=340 top=19 right=97 bottom=511
  611. -- title width / last selected line: 0
  612. -- icon id / first selected line: 0 / 0
  613. -- text alignment: 0
  614. -- font id: 3
  615. -- text size: 9
  616. -- style flags: 0
  617. -- line height: 12
  618. -- part name: B4
  619.  
  620.  
  621. -- part 85 (field)
  622. -- low flags: 80
  623. -- high flags: 0007
  624. -- rect: left=340 top=96 right=174 bottom=511
  625. -- title width / last selected line: 0
  626. -- icon id / first selected line: 0 / 0
  627. -- text alignment: 0
  628. -- font id: 3
  629. -- text size: 9
  630. -- style flags: 0
  631. -- line height: 12
  632. -- part name: B5
  633.  
  634.  
  635. -- part 87 (field)
  636. -- low flags: 80
  637. -- high flags: 0007
  638. -- rect: left=340 top=173 right=251 bottom=511
  639. -- title width / last selected line: 0
  640. -- icon id / first selected line: 0 / 0
  641. -- text alignment: 0
  642. -- font id: 3
  643. -- text size: 9
  644. -- style flags: 0
  645. -- line height: 12
  646. -- part name: C1
  647.  
  648.  
  649. -- part 88 (field)
  650. -- low flags: 80
  651. -- high flags: 0007
  652. -- rect: left=340 top=250 right=328 bottom=511
  653. -- title width / last selected line: 0
  654. -- icon id / first selected line: 0 / 0
  655. -- text alignment: 0
  656. -- font id: 3
  657. -- text size: 9
  658. -- style flags: 0
  659. -- line height: 12
  660. -- part name: C2
  661.  
  662.  
  663. -- part 89 (button)
  664. -- low flags: 00
  665. -- high flags: 0000
  666. -- rect: left=496 top=330 right=342 bottom=512
  667. -- title width / last selected line: 0
  668. -- icon id / first selected line: 0 / 0
  669. -- text alignment: 1
  670. -- font id: 3
  671. -- text size: 9
  672. -- style flags: 0
  673. -- line height: 12
  674. -- part name: Show CD Flds
  675. ----- HyperTalk script -----
  676. on mouseUp
  677.   cleanScreen
  678.   if optionKey() is down then
  679.     hide bg btn id 53
  680.     hide bg fld id 54
  681.     ask "Which card field? (21 to " &70 &") Cancel hides all."
  682.     if it is not empty and it < 21 or it > 70 then
  683.       beep
  684.       exit mouseUp
  685.     end if
  686.     lock screen
  687.     set cursor to 4
  688.     repeat with i = 21 to 70
  689.       if visible of cd fld i is true then
  690.         hide cd fld i
  691.         set scroll of cd fld i to 0
  692.       end if
  693.     end repeat
  694.     if it is not empty then
  695.       show cd fld it
  696.     end if
  697.     unlock screen
  698.   end if
  699.   if commandKey() is down then
  700.     set cursor to 4
  701.     repeat with i = 21 to 70
  702.       if visible of cd fld i is true then
  703.         hide cd fld i
  704.         set scroll of cd fld i to 0
  705.       end if
  706.     end repeat
  707.   end if
  708. end mouseUp
  709.  
  710.  
  711.  
  712. -- part 90 (field)
  713. -- low flags: 80
  714. -- high flags: 0007
  715. -- rect: left=0 top=19 right=97 bottom=171
  716. -- title width / last selected line: 0
  717. -- icon id / first selected line: 0 / 0
  718. -- text alignment: 0
  719. -- font id: 3
  720. -- text size: 9
  721. -- style flags: 0
  722. -- line height: 12
  723. -- part name: C3
  724.  
  725.  
  726. -- part 91 (field)
  727. -- low flags: 80
  728. -- high flags: 0007
  729. -- rect: left=0 top=96 right=174 bottom=171
  730. -- title width / last selected line: 0
  731. -- icon id / first selected line: 0 / 0
  732. -- text alignment: 0
  733. -- font id: 3
  734. -- text size: 9
  735. -- style flags: 0
  736. -- line height: 12
  737. -- part name: C4
  738.  
  739.  
  740. -- part 92 (field)
  741. -- low flags: 80
  742. -- high flags: 0007
  743. -- rect: left=0 top=173 right=251 bottom=171
  744. -- title width / last selected line: 0
  745. -- icon id / first selected line: 0 / 0
  746. -- text alignment: 0
  747. -- font id: 3
  748. -- text size: 9
  749. -- style flags: 0
  750. -- line height: 12
  751. -- part name: C5
  752.  
  753.  
  754. -- part 93 (field)
  755. -- low flags: 80
  756. -- high flags: 0007
  757. -- rect: left=0 top=250 right=328 bottom=171
  758. -- title width / last selected line: 0
  759. -- icon id / first selected line: 0 / 0
  760. -- text alignment: 0
  761. -- font id: 3
  762. -- text size: 9
  763. -- style flags: 0
  764. -- line height: 12
  765. -- part name: D1
  766.  
  767.  
  768. -- part 94 (field)
  769. -- low flags: 80
  770. -- high flags: 0007
  771. -- rect: left=170 top=19 right=97 bottom=341
  772. -- title width / last selected line: 0
  773. -- icon id / first selected line: 0 / 0
  774. -- text alignment: 0
  775. -- font id: 3
  776. -- text size: 9
  777. -- style flags: 0
  778. -- line height: 12
  779. -- part name: D2
  780.  
  781.  
  782. -- part 95 (field)
  783. -- low flags: 80
  784. -- high flags: 0007
  785. -- rect: left=170 top=96 right=174 bottom=341
  786. -- title width / last selected line: 0
  787. -- icon id / first selected line: 0 / 0
  788. -- text alignment: 0
  789. -- font id: 3
  790. -- text size: 9
  791. -- style flags: 0
  792. -- line height: 12
  793. -- part name: D3
  794.  
  795.  
  796. -- part 96 (field)
  797. -- low flags: 80
  798. -- high flags: 0007
  799. -- rect: left=170 top=173 right=251 bottom=341
  800. -- title width / last selected line: 0
  801. -- icon id / first selected line: 0 / 0
  802. -- text alignment: 0
  803. -- font id: 3
  804. -- text size: 9
  805. -- style flags: 0
  806. -- line height: 12
  807. -- part name: D4
  808.  
  809.  
  810. -- part 97 (field)
  811. -- low flags: 80
  812. -- high flags: 0007
  813. -- rect: left=170 top=250 right=328 bottom=341
  814. -- title width / last selected line: 0
  815. -- icon id / first selected line: 0 / 0
  816. -- text alignment: 0
  817. -- font id: 3
  818. -- text size: 9
  819. -- style flags: 0
  820. -- line height: 12
  821. -- part name: D5
  822.  
  823.  
  824. -- part 98 (field)
  825. -- low flags: 80
  826. -- high flags: 0007
  827. -- rect: left=340 top=19 right=97 bottom=511
  828. -- title width / last selected line: 0
  829. -- icon id / first selected line: 0 / 0
  830. -- text alignment: 0
  831. -- font id: 3
  832. -- text size: 9
  833. -- style flags: 0
  834. -- line height: 12
  835. -- part name: E1
  836.  
  837.  
  838. -- part 99 (field)
  839. -- low flags: 80
  840. -- high flags: 0007
  841. -- rect: left=340 top=96 right=174 bottom=511
  842. -- title width / last selected line: 0
  843. -- icon id / first selected line: 0 / 0
  844. -- text alignment: 0
  845. -- font id: 3
  846. -- text size: 9
  847. -- style flags: 0
  848. -- line height: 12
  849. -- part name: E2
  850.  
  851.  
  852. -- part 100 (field)
  853. -- low flags: 80
  854. -- high flags: 0007
  855. -- rect: left=340 top=173 right=251 bottom=511
  856. -- title width / last selected line: 0
  857. -- icon id / first selected line: 0 / 0
  858. -- text alignment: 0
  859. -- font id: 3
  860. -- text size: 9
  861. -- style flags: 0
  862. -- line height: 12
  863. -- part name: E3
  864.  
  865.  
  866. -- part 101 (field)
  867. -- low flags: 80
  868. -- high flags: 0007
  869. -- rect: left=340 top=250 right=328 bottom=511
  870. -- title width / last selected line: 0
  871. -- icon id / first selected line: 0 / 0
  872. -- text alignment: 0
  873. -- font id: 3
  874. -- text size: 9
  875. -- style flags: 0
  876. -- line height: 12
  877. -- part name: E4
  878.  
  879.  
  880. -- part 102 (field)
  881. -- low flags: 80
  882. -- high flags: 0007
  883. -- rect: left=0 top=19 right=97 bottom=171
  884. -- title width / last selected line: 0
  885. -- icon id / first selected line: 0 / 0
  886. -- text alignment: 0
  887. -- font id: 3
  888. -- text size: 9
  889. -- style flags: 0
  890. -- line height: 12
  891. -- part name: E5
  892.  
  893.  
  894. -- part 103 (field)
  895. -- low flags: 80
  896. -- high flags: 0007
  897. -- rect: left=0 top=96 right=174 bottom=171
  898. -- title width / last selected line: 0
  899. -- icon id / first selected line: 0 / 0
  900. -- text alignment: 0
  901. -- font id: 3
  902. -- text size: 9
  903. -- style flags: 0
  904. -- line height: 12
  905. -- part name: F1
  906.  
  907.  
  908. -- part 104 (field)
  909. -- low flags: 80
  910. -- high flags: 0007
  911. -- rect: left=0 top=173 right=251 bottom=171
  912. -- title width / last selected line: 0
  913. -- icon id / first selected line: 0 / 0
  914. -- text alignment: 0
  915. -- font id: 3
  916. -- text size: 9
  917. -- style flags: 0
  918. -- line height: 12
  919. -- part name: F2
  920.  
  921.  
  922. -- part 105 (field)
  923. -- low flags: 80
  924. -- high flags: 0007
  925. -- rect: left=0 top=250 right=328 bottom=171
  926. -- title width / last selected line: 0
  927. -- icon id / first selected line: 0 / 0
  928. -- text alignment: 0
  929. -- font id: 3
  930. -- text size: 9
  931. -- style flags: 0
  932. -- line height: 12
  933. -- part name: F3
  934.  
  935.  
  936. -- part 106 (field)
  937. -- low flags: 80
  938. -- high flags: 0007
  939. -- rect: left=170 top=19 right=97 bottom=341
  940. -- title width / last selected line: 0
  941. -- icon id / first selected line: 0 / 0
  942. -- text alignment: 0
  943. -- font id: 3
  944. -- text size: 9
  945. -- style flags: 0
  946. -- line height: 12
  947. -- part name: F4
  948.  
  949.  
  950. -- part 107 (field)
  951. -- low flags: 80
  952. -- high flags: 0007
  953. -- rect: left=170 top=96 right=174 bottom=341
  954. -- title width / last selected line: 0
  955. -- icon id / first selected line: 0 / 0
  956. -- text alignment: 0
  957. -- font id: 3
  958. -- text size: 9
  959. -- style flags: 0
  960. -- line height: 12
  961. -- part name: F5
  962.  
  963.  
  964. -- part 108 (field)
  965. -- low flags: 80
  966. -- high flags: 0007
  967. -- rect: left=170 top=173 right=251 bottom=341
  968. -- title width / last selected line: 0
  969. -- icon id / first selected line: 0 / 0
  970. -- text alignment: 0
  971. -- font id: 3
  972. -- text size: 9
  973. -- style flags: 0
  974. -- line height: 12
  975. -- part name: G1
  976.  
  977.  
  978. -- part 109 (field)
  979. -- low flags: 80
  980. -- high flags: 0007
  981. -- rect: left=170 top=250 right=328 bottom=341
  982. -- title width / last selected line: 0
  983. -- icon id / first selected line: 0 / 0
  984. -- text alignment: 0
  985. -- font id: 3
  986. -- text size: 9
  987. -- style flags: 0
  988. -- line height: 12
  989. -- part name: G2
  990.  
  991.  
  992. -- part 110 (field)
  993. -- low flags: 80
  994. -- high flags: 0007
  995. -- rect: left=340 top=19 right=97 bottom=511
  996. -- title width / last selected line: 0
  997. -- icon id / first selected line: 0 / 0
  998. -- text alignment: 0
  999. -- font id: 3
  1000. -- text size: 9
  1001. -- style flags: 0
  1002. -- line height: 12
  1003. -- part name: G3
  1004.  
  1005.  
  1006. -- part 111 (field)
  1007. -- low flags: 80
  1008. -- high flags: 0007
  1009. -- rect: left=340 top=96 right=174 bottom=511
  1010. -- title width / last selected line: 0
  1011. -- icon id / first selected line: 0 / 0
  1012. -- text alignment: 0
  1013. -- font id: 3
  1014. -- text size: 9
  1015. -- style flags: 0
  1016. -- line height: 12
  1017. -- part name: G4
  1018.  
  1019.  
  1020. -- part 112 (field)
  1021. -- low flags: 80
  1022. -- high flags: 0007
  1023. -- rect: left=340 top=173 right=251 bottom=511
  1024. -- title width / last selected line: 0
  1025. -- icon id / first selected line: 0 / 0
  1026. -- text alignment: 0
  1027. -- font id: 3
  1028. -- text size: 9
  1029. -- style flags: 0
  1030. -- line height: 12
  1031. -- part name: G5
  1032.  
  1033.  
  1034. -- part 113 (field)
  1035. -- low flags: 80
  1036. -- high flags: 0007
  1037. -- rect: left=340 top=250 right=328 bottom=511
  1038. -- title width / last selected line: 0
  1039. -- icon id / first selected line: 0 / 0
  1040. -- text alignment: 0
  1041. -- font id: 3
  1042. -- text size: 9
  1043. -- style flags: 0
  1044. -- line height: 12
  1045. -- part name: H1
  1046.  
  1047.  
  1048. -- part 114 (field)
  1049. -- low flags: 80
  1050. -- high flags: 0007
  1051. -- rect: left=0 top=19 right=97 bottom=171
  1052. -- title width / last selected line: 0
  1053. -- icon id / first selected line: 0 / 0
  1054. -- text alignment: 0
  1055. -- font id: 3
  1056. -- text size: 9
  1057. -- style flags: 0
  1058. -- line height: 12
  1059. -- part name: H2
  1060.  
  1061.  
  1062. -- part 115 (field)
  1063. -- low flags: 80
  1064. -- high flags: 0007
  1065. -- rect: left=0 top=96 right=174 bottom=171
  1066. -- title width / last selected line: 0
  1067. -- icon id / first selected line: 0 / 0
  1068. -- text alignment: 0
  1069. -- font id: 3
  1070. -- text size: 9
  1071. -- style flags: 0
  1072. -- line height: 12
  1073. -- part name: H3
  1074.  
  1075.  
  1076. -- part 116 (field)
  1077. -- low flags: 80
  1078. -- high flags: 0007
  1079. -- rect: left=0 top=173 right=251 bottom=171
  1080. -- title width / last selected line: 0
  1081. -- icon id / first selected line: 0 / 0
  1082. -- text alignment: 0
  1083. -- font id: 3
  1084. -- text size: 9
  1085. -- style flags: 0
  1086. -- line height: 12
  1087. -- part name: H4
  1088.  
  1089.  
  1090. -- part 117 (field)
  1091. -- low flags: 80
  1092. -- high flags: 0007
  1093. -- rect: left=0 top=250 right=328 bottom=171
  1094. -- title width / last selected line: 0
  1095. -- icon id / first selected line: 0 / 0
  1096. -- text alignment: 0
  1097. -- font id: 3
  1098. -- text size: 9
  1099. -- style flags: 0
  1100. -- line height: 12
  1101. -- part name: H5
  1102.  
  1103.  
  1104. -- part 118 (field)
  1105. -- low flags: 80
  1106. -- high flags: 0007
  1107. -- rect: left=170 top=19 right=97 bottom=341
  1108. -- title width / last selected line: 0
  1109. -- icon id / first selected line: 0 / 0
  1110. -- text alignment: 0
  1111. -- font id: 3
  1112. -- text size: 9
  1113. -- style flags: 0
  1114. -- line height: 12
  1115. -- part name: J1
  1116.  
  1117.  
  1118. -- part 119 (field)
  1119. -- low flags: 80
  1120. -- high flags: 0007
  1121. -- rect: left=170 top=96 right=174 bottom=341
  1122. -- title width / last selected line: 0
  1123. -- icon id / first selected line: 0 / 0
  1124. -- text alignment: 0
  1125. -- font id: 3
  1126. -- text size: 9
  1127. -- style flags: 0
  1128. -- line height: 12
  1129. -- part name: J2
  1130.  
  1131.  
  1132. -- part 120 (field)
  1133. -- low flags: 80
  1134. -- high flags: 0007
  1135. -- rect: left=170 top=173 right=251 bottom=341
  1136. -- title width / last selected line: 0
  1137. -- icon id / first selected line: 0 / 0
  1138. -- text alignment: 0
  1139. -- font id: 3
  1140. -- text size: 9
  1141. -- style flags: 0
  1142. -- line height: 12
  1143. -- part name: J3
  1144.  
  1145.  
  1146. -- part 121 (field)
  1147. -- low flags: 80
  1148. -- high flags: 0007
  1149. -- rect: left=170 top=250 right=328 bottom=341
  1150. -- title width / last selected line: 0
  1151. -- icon id / first selected line: 0 / 0
  1152. -- text alignment: 0
  1153. -- font id: 3
  1154. -- text size: 9
  1155. -- style flags: 0
  1156. -- line height: 12
  1157. -- part name: J4
  1158.  
  1159.  
  1160. -- part 122 (field)
  1161. -- low flags: 80
  1162. -- high flags: 0007
  1163. -- rect: left=340 top=19 right=97 bottom=511
  1164. -- title width / last selected line: 0
  1165. -- icon id / first selected line: 0 / 0
  1166. -- text alignment: 0
  1167. -- font id: 3
  1168. -- text size: 9
  1169. -- style flags: 0
  1170. -- line height: 12
  1171. -- part name: J5
  1172.  
  1173.  
  1174. -- part 123 (field)
  1175. -- low flags: 80
  1176. -- high flags: 0007
  1177. -- rect: left=340 top=96 right=174 bottom=511
  1178. -- title width / last selected line: 0
  1179. -- icon id / first selected line: 0 / 0
  1180. -- text alignment: 0
  1181. -- font id: 3
  1182. -- text size: 9
  1183. -- style flags: 0
  1184. -- line height: 12
  1185. -- part name: K1
  1186.  
  1187.  
  1188. -- part 124 (field)
  1189. -- low flags: 80
  1190. -- high flags: 0007
  1191. -- rect: left=340 top=173 right=251 bottom=511
  1192. -- title width / last selected line: 0
  1193. -- icon id / first selected line: 0 / 0
  1194. -- text alignment: 0
  1195. -- font id: 3
  1196. -- text size: 9
  1197. -- style flags: 0
  1198. -- line height: 12
  1199. -- part name: K2
  1200.  
  1201.  
  1202. -- part 125 (field)
  1203. -- low flags: 80
  1204. -- high flags: 0007
  1205. -- rect: left=340 top=250 right=328 bottom=511
  1206. -- title width / last selected line: 0
  1207. -- icon id / first selected line: 0 / 0
  1208. -- text alignment: 0
  1209. -- font id: 3
  1210. -- text size: 9
  1211. -- style flags: 0
  1212. -- line height: 12
  1213. -- part name: K3
  1214.  
  1215.  
  1216. -- part 126 (field)
  1217. -- low flags: 80
  1218. -- high flags: 0007
  1219. -- rect: left=0 top=19 right=97 bottom=171
  1220. -- title width / last selected line: 0
  1221. -- icon id / first selected line: 0 / 0
  1222. -- text alignment: 0
  1223. -- font id: 3
  1224. -- text size: 9
  1225. -- style flags: 0
  1226. -- line height: 12
  1227. -- part name: K4
  1228.  
  1229.  
  1230. -- part 127 (field)
  1231. -- low flags: 80
  1232. -- high flags: 0007
  1233. -- rect: left=0 top=96 right=174 bottom=171
  1234. -- title width / last selected line: 0
  1235. -- icon id / first selected line: 0 / 0
  1236. -- text alignment: 0
  1237. -- font id: 3
  1238. -- text size: 9
  1239. -- style flags: 0
  1240. -- line height: 12
  1241. -- part name: K5
  1242.  
  1243.  
  1244. -- part 139 (button)
  1245. -- low flags: 80
  1246. -- high flags: A003
  1247. -- rect: left=298 top=0 right=17 bottom=357
  1248. -- title width / last selected line: 0
  1249. -- icon id / first selected line: 0 / 0
  1250. -- text alignment: 1
  1251. -- font id: 3
  1252. -- text size: 9
  1253. -- style flags: 0
  1254. -- line height: 12
  1255. -- part name: Line length
  1256. ----- HyperTalk script -----
  1257. on mouseUp
  1258.   set cursor to 4
  1259.   if optionKey() is not down then
  1260.     put "Exporting line length data to a file to be found in the HyperCard folder."
  1261.     repeat with i = 21 to 70
  1262.       get cd fld i
  1263.       repeat with j = 1 to number of lines of it
  1264.         put J &&length of line j of it into line j of temp
  1265.       end repeat
  1266.       put line 1 of cd fld i &return & temp & return &return after temp3
  1267.       put empty into temp
  1268.     end repeat
  1269.     put "Lines " &the short date into FileName
  1270.     open file FileName
  1271.     write FileName &return &return to file FileName
  1272.     write temp3 to file FileName
  1273.     close file FileName
  1274.     play "Harpsichord"
  1275.     put empty
  1276.     hide msg
  1277.   else
  1278.     hide me
  1279.   end if
  1280. end mouseUp
  1281.  
  1282.  
  1283. -- part 140 (button)
  1284. -- low flags: 80
  1285. -- high flags: A003
  1286. -- rect: left=434 top=0 right=17 bottom=512
  1287. -- title width / last selected line: 0
  1288. -- icon id / first selected line: 0 / 0
  1289. -- text alignment: 1
  1290. -- font id: 3
  1291. -- text size: 9
  1292. -- style flags: 0
  1293. -- line height: 12
  1294. -- part name: Export Music
  1295. ----- HyperTalk script -----
  1296. on mouseUp
  1297.   set cursor to 4
  1298.   if optionKey() is not down then
  1299.     put short name of this stack &" Songs " & the short date into fileName
  1300.     put NewFileName("New name for this file:", FileName) into FileName
  1301.     go this cd
  1302.     if  FileName is empty then
  1303.       beep
  1304.       exit mouseUp
  1305.     else
  1306.       get FileName
  1307.       repeat with i = number of chars of it down to 1
  1308.         if char i of it is not ":" then
  1309.           put char i of it before temp
  1310.         else
  1311.           exit repeat
  1312.         end if
  1313.       end repeat
  1314.       set cursor to 4
  1315.       put "Exporting data from song fields to TEXT file: " "e &temp "e
  1316.       put "‚Ä¢" &temp &return &return into temp
  1317.       repeat with i = 21 to 70
  1318.         if first char of cd fld i is not "‚Ä¢" then put "‚Ä¢" before cd fld i
  1319.         put cd fld i &return &return after temp
  1320.       end repeat
  1321.       open file FileName
  1322.       write temp to file FileName
  1323.       close file FileName
  1324.       put empty
  1325.       hide msg
  1326.       play "harpsichord"
  1327.     end if
  1328.   else
  1329.     hide me
  1330.   end if
  1331. end mouseUp
  1332.  
  1333.  
  1334.  
  1335. -- part 152 (button)
  1336. -- low flags: 80
  1337. -- high flags: A003
  1338. -- rect: left=357 top=0 right=17 bottom=435
  1339. -- title width / last selected line: 0
  1340. -- icon id / first selected line: 0 / 0
  1341. -- text alignment: 1
  1342. -- font id: 3
  1343. -- text size: 9
  1344. -- style flags: 0
  1345. -- line height: 12
  1346. -- part name: Import Music
  1347. ----- HyperTalk script -----
  1348. on mouseUp
  1349.   set cursor to 4
  1350.   if optionKey() is not down then
  1351.     get fileName("TEXT")
  1352.     go this cd
  1353.     if it is empty then
  1354.       beep
  1355.       exit mouseUp
  1356.     else
  1357.       put it into inFile
  1358.       put "true" into eof
  1359.       put "True" into firstTime
  1360.     end if
  1361.     -- Can't think how to test for proper data, so it's up to you
  1362.     answer "Is this TEXT file properly formatted? -- with"  &return &"‚Ä¢ (option-8 delimiter) (Line 1) as first item." &return &"‚Ä¢SongField Name (Letter-Number) for rest." with "Yes" or "No"
  1363.     if it is "No" then
  1364.       beep
  1365.       exit mouseUp
  1366.     end if
  1367.     set cursor to 4
  1368.     get inFile
  1369.     repeat with i = number of chars of it down to 1
  1370.       if char i of it is not ":" then
  1371.         put char i of it before temp
  1372.       else
  1373.         exit repeat
  1374.       end if
  1375.     end repeat
  1376.     put "Importing song data from TEXT file: " "e &temp "e
  1377.     open file inFile
  1378.     repeat 51
  1379.       if firstTime then
  1380.         read from file infile until "‚Ä¢"
  1381.         read from file infile until "‚Ä¢"
  1382.         put "False" into firstTime
  1383.       else
  1384.         read from file infile until "‚Ä¢"
  1385.         delete last char of it
  1386.         put "‚Ä¢" before it
  1387.         repeat with i = number of lines of it down to 1
  1388.           if number of words of (line i of it) = 0 then delete line i of it
  1389.         end repeat
  1390.         put it into cd fld (char 2 to 3 of it)
  1391.       end if
  1392.     end repeat
  1393.     close file infile
  1394.     play harpsichord
  1395.     put "                        Done."
  1396.     wait 2 seconds
  1397.     put empty
  1398.     hide msg
  1399.   else
  1400.     hide me
  1401.   end if
  1402. end mouseUp
  1403.  
  1404.  
  1405. -- part 153 (button)
  1406. -- low flags: 80
  1407. -- high flags: A003
  1408. -- rect: left=18 top=0 right=17 bottom=77
  1409. -- title width / last selected line: 0
  1410. -- icon id / first selected line: 0 / 0
  1411. -- text alignment: 1
  1412. -- font id: 3
  1413. -- text size: 9
  1414. -- style flags: 0
  1415. -- line height: 12
  1416. -- part name: lock/unlock
  1417. ----- HyperTalk script -----
  1418. on mouseUp
  1419.   if optionKey() is not down then
  1420.     repeat with i = 1 to 18
  1421.       set locktext of cd fld i to not lockText of cd fld i
  1422.     end repeat
  1423.   else
  1424.     hide me
  1425.   end if
  1426. end mouseUp
  1427.  
  1428.  
  1429. -- part 154 (button)
  1430. -- low flags: 80
  1431. -- high flags: A003
  1432. -- rect: left=77 top=0 right=17 bottom=136
  1433. -- title width / last selected line: 0
  1434. -- icon id / first selected line: 0 / 0
  1435. -- text alignment: 1
  1436. -- font id: 3
  1437. -- text size: 9
  1438. -- style flags: 0
  1439. -- line height: 12
  1440. -- part name: Headers
  1441. ----- HyperTalk script -----
  1442. on mouseUp
  1443.   set cursor to 4
  1444.   if optionKey() is not down then
  1445.     put "Exporting song header data to a file to be found in the HyperCard folder."
  1446.     repeat with i = 21 to 70
  1447.       put line 1 of cd fld i &return & line 2 of cd fld i & return &return after temp3
  1448.     end repeat
  1449.     put "Headers " &the short date into FileName
  1450.     open file FileName
  1451.     write FileName &return &return to file FileName
  1452.     write temp3 to file FileName
  1453.     close file FileName
  1454.     play "Harpsichord"
  1455.     put empty
  1456.     hide msg
  1457.   else
  1458.     hide me
  1459.   end if
  1460. end mouseUp
  1461.  
  1462.  
  1463. -- part 137 (field)
  1464. -- low flags: 81
  1465. -- high flags: 0007
  1466. -- rect: left=0 top=0 right=342 bottom=512
  1467. -- title width / last selected line: 0
  1468. -- icon id / first selected line: 0 / 0
  1469. -- text alignment: 0
  1470. -- font id: 3
  1471. -- text size: 9
  1472. -- style flags: 0
  1473. -- line height: 10
  1474. -- part name: AutoMusiconHelp
  1475. ----- HyperTalk script -----
  1476. on mouseUp
  1477.   set cursor to 4
  1478.   cleanScreen
  1479.   if optionKey() is down then
  1480.     show cd btn "Line Length"
  1481.     show cd btn "Import Music"
  1482.     show cd btn "Export Music"
  1483.   end if
  1484.   lock screen
  1485.   hide me
  1486.   set scroll of me to 0
  1487.   unlock screen with zoom in
  1488. end mouseUp
  1489.  
  1490.  
  1491. -- part contents for card part 30
  1492. ----- text -----
  1493. A1
  1494.  
  1495. B1
  1496. C1
  1497.  
  1498. D1
  1499. E1
  1500.  
  1501. F1
  1502. G1
  1503.  
  1504. H1
  1505. J1
  1506.  
  1507. K1
  1508.  
  1509. -- part contents for card part 33
  1510. ----- text -----
  1511. A2
  1512.  
  1513. B2
  1514. C2
  1515.  
  1516. D2
  1517. E2
  1518.  
  1519. F2
  1520. G2
  1521.  
  1522. H2
  1523. J2
  1524.  
  1525. K2
  1526.  
  1527. -- part contents for card part 34
  1528. ----- text -----
  1529. A3
  1530.  
  1531. B3
  1532. C3
  1533.  
  1534. D3
  1535. E3
  1536.  
  1537. F3
  1538. G3
  1539.  
  1540. H3
  1541. J3
  1542.  
  1543. K3
  1544.  
  1545. -- part contents for card part 37
  1546. ----- text -----
  1547. A4
  1548.  
  1549. B4
  1550. C4
  1551.  
  1552. D4
  1553. E4
  1554.  
  1555. F4
  1556. G4
  1557.  
  1558. H4
  1559. J4
  1560.  
  1561. K4
  1562.  
  1563. -- part contents for card part 38
  1564. ----- text -----
  1565. A5
  1566.  
  1567. B5
  1568. C5
  1569.  
  1570. D5
  1571. E5
  1572.  
  1573. F5
  1574. G5
  1575.  
  1576. H5
  1577. J5
  1578.  
  1579. K5
  1580.  
  1581. -- part contents for card part 54
  1582. ----- text -----
  1583. Jukebox
  1584. Instructions
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598. Six Plays for a Quarter
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605. -- part contents for card part 57
  1606. ----- text -----
  1607. Chopsticks
  1608.  
  1609. Greensleves
  1610. Rollin'
  1611.  
  1612. Old Man River
  1613. Let There Be
  1614.  
  1615. Impossible Dream
  1616. Scarborough Faire
  1617.  
  1618. Guantanamera
  1619. They All Laughed
  1620.  
  1621. It Ain't Necessarily
  1622.  
  1623. -- part contents for card part 58
  1624. ----- text -----
  1625. Mairzy Doats
  1626.  
  1627. Goatherd
  1628. Raindrops
  1629.  
  1630. Never Fall in Love
  1631. Satin Doll
  1632.  
  1633. Love Call
  1634. Who Wrote the Book
  1635.  
  1636. Rising Sun
  1637. Chipmunks
  1638.  
  1639. Happiness
  1640.  
  1641. -- part contents for card part 59
  1642. ----- text -----
  1643. Turkey in the Straw
  1644.  
  1645. Okie from Muskogee
  1646. All I Really Wanna
  1647.  
  1648. Times Are Changin'
  1649. Sing, Sing, Sing
  1650.  
  1651. Takin' a Chance
  1652. Worry Song
  1653.  
  1654. Beautiful Candy
  1655. Yellow Brick Road
  1656.  
  1657. Johnny B. Goode
  1658.  
  1659. -- part contents for card part 60
  1660. ----- text -----
  1661. California Girls
  1662.  
  1663. Fun, Fun, Fun
  1664. Rag
  1665.  
  1666. Brotherhood
  1667. Amazing Grace
  1668.  
  1669. Perfect Harmony
  1670. Swanee
  1671.  
  1672. Pollution
  1673. Rage
  1674.  
  1675. In The Tavern
  1676.  
  1677. -- part contents for card part 70
  1678. ----- text -----
  1679. ‚Ä¢A1 - blowin'in the wind
  1680. Whistling,250
  1681.    Bb4h Bbq Bb C5h  Bb4q Ab Bbh Gq F Ebh. Gq Bbh Bbq  C5h Bb4q Ab Bbw. 
  1682.    G4q Ab Bbh Bbq Bb C5h Bb4q Ab Bbh Gq F Ebh. Gq Bbh Bbq  G Abh Abq Gq Fw. 
  1683.    G4q Ab Bbh Bbq Bb C5h Bb4q Ab Bbh Gq F Ebh. Gq Bbh Bbq  Bb C5h Bb4q Ab Bbw. rq 
  1684.    G4q Abh Abq Gq Fh. Fq Ge Gq. Gq F Ebh. Gq Abh Abq G Fe Fq. Ebq D Ebw. rw
  1685.  
  1686.  
  1687. -- part contents for card part 77
  1688. ----- text -----
  1689. ‚Ä¢A2 - Chopsticks
  1690. Piano, 100
  1691.    G4e G G G G G G G G G G G B B B B A B C5 C C C B4 A G G G G G G G G G G G G B B B B A B C5h  Ee Dq Ce B4q Ae G G G G B A G G G G B A G G G G G E5e Dq Ce B4q Ae G G G G B A G G G G A B C5
  1692.  
  1693.  
  1694. -- part contents for card part 78
  1695. ----- text -----
  1696. ‚Ä¢A3  - mairzy doats
  1697. Trumpet, 150
  1698.    F4q Ce Ce De Gq.  Fe Fe Ce Ce De Gq.    Fe Fe Ce Ce Dq Eq    Fe Ge Ae Bbe C5h   A4q Ee Ee F#e Bq.    Ae Ae Ee Ee F#e Bq  Ae Gq Gq Gq Aq C5w
  1699.    C5e. A4s Ge. Ds Ce. Ds Fe. As  C5e. A4s D5e. A4s C5e A4q Ae Bbe3 C5e3 Bb4e3  Ae. Bbs Gq Ce. C5s A4h.
  1700.    C5q C5e. A4s Fe. Ds Ce. Ds Fe. As C5e. A4s D5e. A4s C5e A4q Ae Bbe3 C5e3 Bb4e3 Ae. Bbs Gq Ce. As Fh.
  1701.    F4e Fe Gq Gq Gq. Fe Ge. As Ge. Fs Gq. Fe De. Ds Fq Ge. Gs Bbq Aq Gh  Gq A A A G A A A G C5 D Bb4 C5 A4 Gh
  1702.    C5e. A4s Ge. Ds Ce. Ds Fe. As  C5e. A4s D5e. A4s C5e A4q Ae Bbe3 C5e3 Bb4e3  Ae. Bbs Gq Ce. As Fh  C5q. A4e Bb4e3 C5e3 Bb4e3 Ae. Bbs Gq Ce. As Fh.
  1703.  
  1704.  
  1705. -- part contents for card part 79
  1706. ----- text -----
  1707. ‚Ä¢A4 - Turkey in the Straw
  1708. Banjo,200
  1709.    g4#e f# eq ee e q g#3e a bq b b e4e f# g#q q q ee f# g#q f# q  g#e f# eq q q g#3e a bq q q e4e f# g#q b be g# e f# g#q f# e r 
  1710.    g#4e b b g# bh  g4#e b b g# bh ae c#5 a4 c#5q q a4e c#5  a4 c#5h eq q b4e b b b g#q g#e g# f#q ee f# g# b b b b g# e f# g# g# f# f# eq
  1711.  
  1712.  
  1713. -- part contents for card part 80
  1714. ----- text -----
  1715. ‚Ä¢A5 - girls
  1716. Triangle,170
  1717.    D5q D C Bb4 A Bbe Fq. Gq Bb Ab Bb Ab G Ab Fq.   C5e. Bb4s Db5q Ce. Bb4s Bbe. Bbs C5e. G4s Bbq  C5e. Bb4s Bbe. Eb5s Ebe. Cs Ebq Dq Ce Dq F4h.
  1718.    D5q D C Bb4 A Bbe Fq. Gq Bb Ab Bb Ab G Ab Fq.   C5e. Bb4s Db5q Ce. Bb4s Bbe. Bbs C5e. G4s Bb4q C5e. Bb4s Bbe. Eb5s Ebe. Cs Ebq D Ce Dq F4h. rs
  1719.    D4s Fq G Bbq D5e Cq. Bb4e. Gs Fe Gq    F4e Abq Bb Db5 Fe Ebq. Dbe. Bb4s Abe Bbq    Db4e Gbq Db4 Gbq Bbe Abq. Gbe. Ebs Dbe Ebq Fw
  1720.  
  1721.  
  1722. -- part contents for card part 88
  1723. ----- text -----
  1724. ‚Ä¢C2 - proud mary
  1725. Harp,200
  1726.    E4e G G Gq. Ae G B Bq rh   A#e B A# B Aq Ge G A Bq Bq. rq   A#e B A# B Aq Ge Bq Be Bq A G Bs B Be Be Be Aq G Ae Bq Bh    
  1727.    A4e Aq. Ae Aq. Ae Bq. rh   Bbq Ae G A Gq G Eq. rq.   B4q Bq rq.    Bq Bq rq.   Bq Be A G Aq Gh rh   B4q Bq rq.    Bq Bq rq.    Bq Be A G Aq Gh rh       
  1728.    E4e G G Gq. Ae G B Bq rh   A#e B A# B Aq Ge G A Bq Bq. rq   A#e B A# B Aq Ge Bq Be Bq A G Bs B Be Be Be Aq G Ae Bq Bh    
  1729.    A4e Aq. Ae Aq. Ae Bq. rh   Bbq Ae G A Gq G Eq. rq.   B4q Bq rq.    Bq Bq rq.    Bq Be A G Aq Gh rh 
  1730.  
  1731.  
  1732. -- part contents for card part 81
  1733. ----- text -----
  1734. ‚Ä¢B1 - tambourine man 
  1735. Banjo,250
  1736.    D5h Dq C# B4 A A F# F# B A F# Dh   Dq E F#e Aq. Aq A B A G F# F#e Ee Eh. rw
  1737.    D5h Dq C# B4 A A F# F# B A F# Dh   Dq E F# B A F# G F# E D Eh re  F#e  Eq Dw
  1738.    D5e Dq. Dq D D C# B4 Ah  F#q F# B A F# Dw  F#q B A F# Dh   Dq E F# A A A   B A G F# F#q Ew. re 
  1739.    D5q D D D C# B4 A A   F# F#q. Ae Aq F# Dh  Eq F# B A4 F#4 D4h
  1740.    D4q E4 F#4 B4 A4 A4 B4  A4 G4 F#4 F#4e E4w.
  1741.    D5h Dq C# B4 A A F# F# B A F# Dh   Dq E F#e Aq. Aq A B A G F# F#e Eh. rw
  1742.    D5h Dq C# B4 A A F# F# B A F# Dh   Dq E F# B A F# G F# E D Eh re  Ee F# Eq Dw.
  1743.  
  1744.  
  1745. -- part contents for card part 82
  1746. ----- text -----
  1747. ‚Ä¢B2 - Greensleeves
  1748. English Horn,180
  1749.    e4q gh aq b. c5e b4q ah f#q d. ee f#q gh  eq e. d#e eq f#h D#q b3h 
  1750.    e4q gh aq b. c5e b4q ah f#q d. ee f#q g f# e d#. c#e d#q eh  e4q eh 
  1751.    d5h. dq. c#e       b4q ah f#q dq. ee f#q gh eq e. d#e eq f#h d#q b3h. 
  1752.    d5h. dq. c#e       b4q ah f#q dq. ee f#q gq f#q eq d#q. c#e d#q eh. eh
  1753.  
  1754.  
  1755. -- part contents for card part 83
  1756. ----- text -----
  1757. ‚Ä¢B3 - Goatherd
  1758. Horn,200
  1759.    C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fw
  1760.    C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh. rs
  1761.    G4h C5 Ce C5 A4 C5 Bb4q A Gh A# Ae A F G Ah G C5 Ce C A4 C5 Dq C G4e G E G Aq B C5h rs
  1762.    C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fw
  1763.    C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh. rs
  1764.    G4h C5 Ce C5 A4 C5 Bb4q A Gh A# Ae A F G Ah G C5 Ce C A4 C5 Dq C G4e G E G Aq B C5h rs
  1765.    C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fw
  1766.    C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C C C5 C4 C Cq D5 Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh. rs
  1767.    G4h C5 Ce C5 A4 C5 Bb4q A Gh A# Ae A F G Ah G C5 Ce C A4 C5 Dq C G4e G E G Aq B C5h rs
  1768.    C4q C5e C Cq C4e C Cq Bbe Bb Bbq A C G4e G Gq Fe G A F D5q Ch C4q C5e C Cq C4e C Cq Bb Bb A Ce C5 C4 C# D D5 D4 E Fh.
  1769.    C4e C C C5e Cq Ch.  C4e C De D5e Dq Dh.   D4e D E E5e Eq Eh.    E4e E F F5 C A4 A5 F C A4 F4w
  1770.  
  1771.  
  1772. -- part contents for card part 84
  1773. ----- text -----
  1774. ‚Ä¢B4 -- okie from muskogee 
  1775. Elect. Piano,250
  1776.    G4e Bbq. Bb Bbe Bb C5q Bb4q. Abq G Fe Ebw.   Ge G Bbq. Bbq Bb C5 Bb4 Abe Gq. Fw.  Abq Ab Ab Ab Ab G F F Eb Dw.    Bbq Bb Bb Bbe Abq. Gq F Eb D Ebw.   
  1777.    G4e Bbq Bbq. Bbe Bbq. Bbe C5 Bb4q. Abq G F Ebw.  Ge Bbq Bb Bbe Bbq. C5q Bb4 Abe Gq Fw.   Abq Ab Ab G Ab G Fe Fq Ebe Eb Dw.   B4bq Bb Bb Bbq. Abe G Fq. Ebq De Ebw.   
  1778.    G4e Bbq. Bb Bbe Bb C5q Bb4q. Abq G Fe Ebw.   Ge G Bbq. Bbq Bb C5 Bb4 Abe Gq. Fw.  Abq Ab Ab Ab Ab G F F Eb Dw.    Bbq Bb Bb Bbe Abq. Gq F Eb D Ebw.  
  1779.    G4e Bbq Bbq. Bbe Bbq. Bbe C5 Bb4q. Abq G F Ebw.  Ge Bbq Bb Bbe Bbq. C5q Bb4 Abe Gq Fw.   Abq Ab Ab G Ab G Fe Fq Ebe Eb Dw.    Bbq Bb Bbq Bb. Abe G Fq. Ebq De Ebw.
  1780.  
  1781.  
  1782. -- part contents for card part 85
  1783. ----- text -----
  1784. ‚Ä¢B5 - Fun,Fun
  1785. Elect. Guitar,150
  1786.    B4q Ae B B A A C5q B4e B Aq F#e F# A A D5 Eq Dh.  B4e B A B B A C5q Ce B4q Ae A F# F# A B Ae Aq Ew   B4e B A B B A C5q Ce B4q Ae A F# F# A A D5 Eq Dh. rs  A4q B A D5 D C# C#e C# B4 B B B C#5 C# E Eq Dw   
  1787.    B4e B A B B A C5q. B4e B A A F# F# Aq  D5e Eq Dh. B4e B A B B B A C5q  B4e B A A F# F# A B A Aq Ew   B4e B A B B A A C5q B4e B A A F# F# Aq D5e Eq Dh. rs  A4q B A D5 D C# C#e C# B4 B B B C#5 C# E Eq Dw
  1788.  
  1789.  
  1790. -- part contents for card part 87
  1791. ----- text -----
  1792. ‚Ä¢C1 - Time for us
  1793. English Horn,110
  1794.    G4e Bb A Dq. De F D Gq. Ge F Eb Fq. Fe Eb D Cq. Ds C Bb3e C4 Dq. Ge Bb A Dq. De F D Gh re Ge C5h. A4h re De Bbq. Ae G F Bb A Gq F Gh re
  1795.    B4be D5h re Bb4e C5h re De Ebh re Ce Dh re  Bb4e C5h re Ab4e Bbh re Ge Ah re Fe Gq. 
  1796.    G4e Bb A Dq. De F D Gq. Ge F Eb Fq. Fe Eb D Cq. Ds C Bb3e C4 Dq. Ge Bb A Dq. De F D Gh re Ge C5h. A4h rs De Bbq. Ae G F Bb A Gq F Gh. re
  1797.  
  1798.  
  1799. -- part contents for card part 90
  1800. ----- text -----
  1801. ‚Ä¢C3 - Raindrops
  1802. Perc,150  
  1803.    A4q Ae. As Bbe. As Ge. Fs Aq. re rq re. Cs C5q Ce. Cs De. Cs Bb4e. As Aq Bbq Gq Fq E5q rq  De. Cs  A4e. Es E5q. re Dq. re Cq Ce. A4s Bbe. C5s Bb4e. As C5q Ce. A4s Bbe C5q. rq
  1804.    F4q F G A4q Ae. As Bbe. As Ge. Fs Aq. re rq re. Cs C5q Ce. Cs De. Cs Bb4e. As Aq Bbq Gq Fq E5q rq  De. Cs  A4e. Es E5q. re Dq. re Cq Ce. A4s Bbe. C5s Bb4e. As  C5q Ce. A4s Bbe C5q. rq  
  1805.    F4q F G A4h rq. C5e. G4q rq. rs Ae. Bb4e. rs Aq Gq. Fe. Ae. rs Gq. Aq Bbe. D5e. rt Cq. rq re A4s D5e Cq Cq. re A4s E5e Dq Cq. A4e. Gq. rt Fe. Ae. Gh. re rw
  1806.    A4q Ae. As Bbe. As Ge. Fs Aq. re rq re. Cs C5q Ce. Cs De. Cs Bb4e. As Aq Bbq Gq Fq E5q rq  De. Cs A4e. Es  E5q. re Dq. re Cq Ce. A4s Bbe. C5s Bb4e. As C5q Ce. A4s Bbe C5q. rq 
  1807.    F4q F G Ah. rh  Fe. Fs D5e. Cs F4q  Aw
  1808.  
  1809.  
  1810. -- part contents for card part 91
  1811. ----- text -----
  1812. ‚Ä¢C4 - All I
  1813. Elect. Piano,250
  1814.    Eb5h Ebq De Dq. De De Ch Cq  Bb4h   Ebh Ebq Dh Dq Ch C4q Bb3h.
  1815.    Eb5h Ebq Dh Dq  Ch Cq Bb4h Bbq      Ebe Ebh re Ebe Dh Dq Ch Cq Bb3h Bb3q
  1816.    F4q Fw rq Gq Bbw Bbe Bbe Bbw.   D4q Dq Cq Bb3q D4h Bb3q Bbw
  1817.  
  1818.  
  1819. -- part contents for card part 92
  1820. ----- text -----
  1821. ‚Ä¢C5 - Rag
  1822. Banjo,250
  1823.    C#4e Dq G4 Gq. C#e  Dq Gh re  D#e Eq A Aq.  D#e Eq Ah re  Bq B A G Be Bq Aq. Gq rq   Ae. Gs Aq Ae. Gs Aq Ae. Gs Ah  C#e Dq G Gq. C#e Dq Gq Gq.  D#e Eq A Aq.  D#e Eq Aq Aq 
  1824.    C5e. Cs Ce. Cs B4e. Bs Aq  Ge. Gs Ge. Gs Fe. Fs Eq  A4e. G#s Ae. Be. rs As Gq C5q rh.
  1825.    B4q Bb A A# B Bbe A4q Ae Bq   C5q B4 A B C5q B4e Aq Ae A#q   B4q  Bb A A# B Bbe Aq Ae Bq C5 B4 A B C5 B4e Aq Ae C5q  D5q C D C De D Cq De Cq. re   Dq C5e Dq C D Ce Dq Cq.   Eb5h Ch A4h F#h    Gq. Ae Bq C5 D G4 G re
  1826.    C#4e Dq G4 Gq. C#e  Dq Gh re  D#e Eq A Aq.  D#e Eq Ah re  Bq B A G Be Bq Aq. Gq rq   Ae. Gs Aq Ae. Gs Aq Ae. Gs Ah  C#e Dq G Gq. C#e Dq Gq Gq.  D#e Eq A Aq.  D#e Eq Aq Aq 
  1827.    C5e. Cs Ce. Cs B4e. Bs Aq  Ge. Gs Ge. Gs Fe. Fs Eq  A4e. G#s Ae. Be. rs As Gq   A4e. G#e Ae.  Be. rs  As Gq  Ae. G#s Ae. Be. rs As Gq C5q
  1828.  
  1829.  
  1830. -- part contents for card part 93
  1831. ----- text -----
  1832. ‚Ä¢D1 - Turn
  1833. Marimba,180
  1834.    Eb4q Ebq. Ebe Bbq Bbq. Bbe C5 Bb4 Abh Abe Ge Fh Ebq Ebq. Ebe Bbq Bbq. Bbe Abq G Fq Bbh  Bb4e Bb Ebh Ebe Eb Bbh   
  1835.    Bbe Bb C5h Ce C Ab4h  Ge Abe Bbq.  Bbe Bb Bb Bbq Ab  Ge G Fq Gq. Fe Ebh  Ge Ab Bbh Ge Abe Bbh C5e D Ebq. De C Ebe Dq Bb4 Ge Bb Abq G F Ebh.
  1836.  
  1837.  
  1838. -- part contents for card part 94
  1839. ----- text -----
  1840. ‚Ä¢D2 -  Ribber 
  1841. cello,100
  1842.    Bb4e Ab Gq Gq Bbe Ab Gq Bb C5 Eb Bb4e Ab Gq G Bbe Abe Gq Eb Fh
  1843.    G4e F Ebq Eb Ge F Ebq Eb F Ab Ge F Ebq Eb Ge F Ebq F Ebh 
  1844.    D5q Bb4 C5q. Ebe Dq Bb4 C5q. Ebe Dq Bb4 C5 Eb D Bb4 C5h
  1845.    Bb4q G Aq. C5e Bb4q G4 A4q. C5e Bb4q G Aq. C5e Bb4q G Abh
  1846.    Bb4e Ab Gq G Bbe Ab Gq Bb C5 Eb Bb4e Ab Gq G Bbe Ab Gq Ab Fh
  1847.    Ab4e G Fq F Abe G Fq F G Bb Abe G Fq F Abe G Fq G Ebw
  1848.        Bb3q Bb C4e Ebq Ce Bb3q Bb C4e Ebq Fe Gq G Fe Ebq Fe Gq Bb C5e Bb4q C5e Bb4q Bb Ge Fq Ge Bbq Bb Ge Fq Ge Ebw
  1849.        Bb3e Bbq Bb C4e Ebq Ce Bb3q Bb C4e Ebq Fe Gq  Bb C5e Bb4q C5e Ebq Eb De Cq De Bb4q Bb Ge Fq Ge Bbq Bb Ge Fq Ge Ebw
  1850.        D5q Bb4 C5q. Ebe Dq Bb4 C5h De. Ds Bb4q C5e. Cs Ebq D Bb4 C5h Bb4q G Ah Bbq G Ah Bbe. Bbs Ge. Gs Aq C5e. Cs  Bb4q G Fh
  1851.        Bb3q Bb C4e Ebq Ce  Bb3q Bb C4e Ebq Fe   Gq Bb C5e Bb4q C5e    Eb5q Eb Fe Ebq Fe Gq G Fe Ebq Fe Gq G Fe Ebe Fq Ebw
  1852.  
  1853.  
  1854. -- part contents for card part 95
  1855. ----- text -----
  1856. ‚Ä¢D3 - never fall in love again 
  1857. Bottle,200
  1858.    G4q Ge G Bbq Bbe Bb Ebq Ebe Gq. re  Ge Cq Ce C Abq Abe Abq Bb G Fq.  Dq De D Bbq. Bbe Bbq Ge Abq Bbq.  C5w Ab4e G Ab G Ab Fq. Gbh rh Gh rh   C5h Bb4e Ab G F Eb D Ebw
  1859.    rq Bbq Abe G F Eb Fh. Ebe Ebh. rq  Ebe Fq Ebe Ebq Fe Ebq C5 Bb4e Gq Fe Ebq   Ge G Aq G A G Ae Bbq Gq.   Fe F Fq rq re Fe Bbq Bbe  C5 D5q Bb4
  1860.    G4q Ge G Bbq Bbe Bb Ebq Ebe Gq. re  Ge Cq Ce C Abq Abe Abq Bb G Fq.  Dq De D Bbq. Bbe Bbq Ge Abq Bbq.   C5w Ab4e G Ab G Ab Fq. Gbw Gh rh   C5h Bb4e Ab G F Ebq Dq Ebw
  1861.  
  1862.  
  1863. -- part contents for card part 96
  1864. ----- text -----
  1865. ‚Ä¢D4 - Times 
  1866. Elect. Guitar,220
  1867.    G4q Ge Gq. Gq Ge Gq. Ge A Gq. Gq Bw rq   D5e D Dq D D De  Cq. B4q A A A Aq
  1868.    G4q G G G Gq. Ge Gq Ah Ge A Bw rq     D5e D Dh Dq D C B4 A Aw  
  1869.    D5e D D Dq. Dq De D Dq D D D D Dh 
  1870.    B4e C5 Dh. Dq C B4q A4h. G4
  1871.    G4q Ge Gq. Gq Ge Gq. Ge A Gq. Gq Bw rq   D5e D Dq D D De  Cq. B4q A A A Aq
  1872.    G4q G G G Gq. Ge Gq Ah Ge A Bw rq    D5e D Dh Dq D C B4 A Aw  
  1873.    D5e D D Dq. Dq De D Dq D D D D Dh 
  1874.    B4e C5 Dh. Dq C B4q A4h. G4
  1875.  
  1876.  
  1877. -- part contents for card part 97
  1878. ----- text -----
  1879. ‚Ä¢D5 - Brotherhood
  1880. Bell,250
  1881.    Bb3q Bbe Eb4q     Eb re Gq Ebe Fq F re      Bb3q Bbe D4q D re     Fq De Ebq Ebq     re Bb3 re Bb4q Bb re Db5q Bb4e C5q C re Cq Ce Bb4q Bb Dq De Ebq.
  1882.    Eb4 F G4 rq C5q. Ce B4q C5e Ce Bb4q Abq rh  Bbq. Bbe Aq Bbe Bb Abq G rh  Abh Gq Ab F G Ab G Gb G Ab Bb G F Eb rq C5h B4q C5e Bb4q Abq. Ebq rq Bbh Aq Bbe Abq Gq.   Ebq Ab G Ab F D Bb3 D4 F Ebh rh
  1883.    Bb3q Bbe Eb4e Eb  Eb re Gq Ebe Fe Fe Fq re  Bb3q Bbe D4e De Dq re Fq De Ebe Ebe Ebq re Bb3 re Bb4q Bb Bbe Db5q Bb4e C5q C re Cq.  Bb4e Bb Bb Bb Dq De Ebq.
  1884.    Eb4 F G rq C5q.  Ce B4q C5e Ce Bb4q Abq rh  Bbq. Bbe Aq Bbe Bb Abq G  Ebq r Abq. Abe Gq Abe Ab Fq G Ab rq Gh Abq Bbe Bb Gq F    Eb4q r C5h Cbq C Bb4 Ab Eb r Bb Bb A Bb Ab G    Eb Ab G Ab Bb C5  Ab4 F D Bbw rh 
  1885.    B4q C5 Bb4 C5 C# D C#e Dq. Bb4q Eb5w.
  1886.  
  1887.  
  1888. -- part contents for card part 98
  1889. ----- text -----
  1890. ‚Ä¢E1 - San Francisco 
  1891. Voice,200
  1892.    G4q Bbh Aq Gh Bbq Aq Fh rh   Fq Gh Gq Gh Fq Dw rq   Dq Ebh Fq F#h Aq Bbw rq   Gq Bbh Bbq Ah Aq Fw rq   Fe F Gbq. Gbe Gb Gb Ebh  Ebe Eb Fq. Fe F F Db Dbq rq   Dbe Cq C Dh. De D Bbq. Ae Gq. Ae Fw  
  1893.   rq Dq Eb G Fw   rq Gq Aq. Bbe G Ch.   rq Cq B3 C4 Gw   rq Bbq Gq. Fe Dh rh   rq Dq Eb Eq Fq Ebe Ds Ebs Fh.  rh Gq Aq Ge Fes Gs Ah.  Aq Abq. Ae Bbw rq C5q A4q. Ce Fh   rq Ge F Ebq
  1894.   re De Ebq G Fw  rq Gq Aq. Bbe G Cw re    Cq B3q C4 Aw rq Aq Bbq C5 Dw  rq Dq C#q Dq. Ebh. Dq B4h    C5q D C G4h.   rq Gq Gb G Eb5h. Fq Dh D Bb4w
  1895.  
  1896.  
  1897. -- part contents for card part 99
  1898. ----- text -----
  1899. ‚Ä¢E2 - let there
  1900. SaxLo,200
  1901.    C4h. Ch B3q C4h Dq Eh Fq G C Aq Gh Cq Dw.
  1902.    E4h. Eh Eq F#h Gq Ah C5q  B4 G A Bh C5q B4w
  1903.    G4q C5h. A4h C5q B4 Gw Ah Aq Gh Fq Gw.  
  1904.    Gh Eq F# G A B Dw Dq C5h Cq B4h Aq Gw. 
  1905.    Ch. Ch B3q C4h Dq Eh Fq G C A Gh Cq Dw. 
  1906.    E4h. Eh Eq F#h Gq Ah C5q B4 G A Bh C5q B4w.   
  1907.    Gq C5h Cq C B4 C5 Ch Cq C B4q C5 Ch Cq B4h C5q Dw.  
  1908.    C5h. B4h D5q Ch A4q Gh Gq A B C5 Dh Cq Cw.
  1909.  
  1910.  
  1911. -- part contents for card part 100
  1912. ----- text -----
  1913. ‚Ä¢E3 - satin doll
  1914. Piano, 200
  1915.      A4e Gs Ae Gq Aq.  re Aq. Ge Aq.   Be. As Be Aq Bq. re Bq. Ae Bq.     re D5q. Ce Dq. re Bb4q. Abq Bbe Gw re
  1916.    A4e. Gs Ae Gq Aq.  re Aq. Ge Aq.  Be. As Be Aq Bq. re Bq. Ae Bq.     re D5q. Ce Dq. re Bb4q. Abq Bbe Gw re 
  1917.    G4e C5q     Bb4e. As     Ge. As  Bbq C5q Bb4e. As Ge. As Bbe C5w re    C5e De. Cs B4qe Ae. re Bs C5q De. Cs B4e. Ae. re Bs C5e Dw re
  1918.    A4e. Gs Ae Gq Aq  rs Aq. Ge Aq.  Be. As Be Aq Bq  rs Bq. Ae Bq.      re D5q. Ce Dq. re Bb4q. Abq Bbe Gw. rw
  1919.  
  1920.  
  1921. -- part contents for card part 101
  1922. ----- text -----
  1923. ‚Ä¢E4 - Sing, Sing, Sing 
  1924. Bb Clarinet,250
  1925.    B4h A G A re Bq Be Aq A G A  Bh       E5q E B4h E5q E B4h  Bq G A B A Ge Eq. rq   
  1926.    B4h A G A re Bq Be Aq A G Ae Bh re  E5q E B4h E5q E B4h  Bq G A B A Ge Eq.     
  1927.    G4q G A B G B Ah   D5q D D C B4 G Gq   rq  G4q G A B G B Ah   Bq D5 D E B4 G Gq re    
  1928.    Bh A G4 A re Bq Be Aq A G A  Bh       E5q E B4h E5q E B4h  Bq G A B A G Ew
  1929.  
  1930.  
  1931. -- part contents for card part 102
  1932. ----- text -----
  1933. ‚Ä¢E5 - Amazing Grace
  1934. Harpsichord,120
  1935.     b2q e3h g#e e g#h f#q eh c#q b2h    q e3h g#e e g#h f#q bw rq    g#3q b. re b g# eh b2q c#3h ee c# b2h     q e3h g#e e g#h f#q ew rq
  1936.  
  1937.  
  1938. -- part contents for card part 103
  1939. ----- text -----
  1940. ‚Ä¢F1 - SF
  1941. SaxLo,300
  1942.    G4h G Eq Gh. Aq B C5 Dh Cq A4h    Gq A G C5h A4q Gh  Eq D D Dw   
  1943.    G4h G Eq Gh. Aq B C5 Dh Cq A4h    Gq A G C5h C4q Dh Cw.  
  1944.    B3q  E4 F# G A B G F# Bh B Bw Dq G A B C5 D B4 A4 D5h D Dw  
  1945.    G4h G Eq Gh. Aq B C5 Dh Cq A4h    Gq A4 C5 Dh Cq Dh Eq Cq Dh Cw
  1946.  
  1947.  
  1948. -- part contents for card part 104
  1949. ----- text -----
  1950. ‚Ä¢F2 - Impossible
  1951. Pizz Strings, 150  
  1952.    D4e Fq. re De Eb F Eb D Fh. re   Fe Gq. re Ebe F G F Eb Gh. re   Ge Aq. re De Eb F G A Bb Ebh   Fe Ghq. re Ce D Eb F G Ah. re
  1953.    D4e Fq. re De Eb F Eb D Fh. re   Fe Gq. re Ebe F G F Eb Gh. re   Ge Aq. re De Eb F G A Bb Ebh   
  1954.    F4e G4q. re  Ebe F G A Bb C5h.  Bb4e C5 Bb4 D5q. rq    Bb4e Bb C5 Bb4 D5q. rq   Bb4e Bb C5 Bb4 D5e A4q. rq   Bbe C5 Bb4 A C5h G4e Bb A G Bbq. rq   Ge A Bb A G Bbq. re   Bb4e C5 D C Bb4 D5 C Bb4 D5 C Bb4 D5 Eb D Ch. re
  1955.    C5e D Ebq. re  De C Eb D C Ebq. re    De Eb D C B4b Ah. re     A4e Bb4 C5q. re  Bb4e A C5 B4b A C5q. re   Bb4e C5 Bb4 A G Gbh. re
  1956.    D4e Eb Fq. re   De Eb F Eb D  Fh. re   Ebe F Gq. re   Eb4e F G F Eb Gh. re   F4e G Aq. re  De Eb F G A Bb Ebw re Bbe D5q. re   Bb4e C5 D C Bb4 F5w.
  1957.  
  1958.  
  1959. -- part contents for card part 105
  1960. ----- text -----
  1961. ‚Ä¢F3 - love call
  1962. Raven,150
  1963.    Bb3e C4 Eb G C5h. re Bb4s C5s Bb4h. re3 A4e3 Ab4e3 Gw.
  1964.    Bb3e C4 Eb G C5h. re Bb4s C5s Bb4h. re3  A4e3 Ab4e3 Gw 
  1965.    G4q Bb D5 F Ebe F Ebq D Ch.  re Bb4e G4 Bb4 C5w 
  1966.    Ebq D C Eb De Eb Dq C Ab4h. re Ge F Ab G Eb Fq
  1967.    Bb3e C4 Eb G C5h. re Bb4s C5s Bb4h.3 re A4e3 Ab4e3 Gw. 
  1968.    Eb4e G Bb Db5 Fh. re Ebs Fs Ebh re Dq Dbe Cw      
  1969.    Eb5e Db B4 Eb5w re Fh Gq Eb C Bb4h
  1970.    Bb3e C4 Eb G C5h. re Bb4s C5 Bb4h C5 Ebw.
  1971.  
  1972.  
  1973. -- part contents for card part 106
  1974. ----- text -----
  1975. ‚Ä¢F4 - taking a chance 
  1976. Elect. Piano,200
  1977.    rq  G4h Gq G Fe Fh re Fe E F D5q F4 F Ee Eh    rq  E4h  Eq E De Dh re Cq3 D C B3q A4q Gw
  1978.    rq  G4h Gq G Fe Fh re Fe E F D5q F4 F Ee Eh re  rq  Eh4 Eq E De Dh re Cq3 D C B3q D4 Ch.
  1979.         C4q Bb C5e Dq Ce Bb4q D5q. A4 C5q C5q. G4 Bbq Ah.    
  1980.         C4q Ab Bbe C5q Bb4e Abq C5q. G4q.  Bbe A Bbq F Ab E Gw    
  1981.    rq  G4h Gq G Fe Fh rq Fe E F D5q F4 F Ee Eh rq  Ee A C5 Eq E E De Dh re
  1982.        C5q3 D C B4q D5 Ch
  1983.  
  1984.  
  1985. -- part contents for card part 107
  1986. ----- text -----
  1987. ‚Ä¢F5 - I'd Like to Teach
  1988. Bottle, 170
  1989.    D4e Cq De Fq. De Cq. De Fq.  Fe Gq A G Ae Gh. re  Aq Ge Aq C5q. A4q Ge  Aq C5q. A4q F G Fe Dq Ch. re
  1990.    D4q C  De Fq. De Cq. De Fq.  Fe Gq A G Ae Gh. rq  Ae Gq A  C5   A4  Ge  Aq C5q. A4q F G F  De Fh  rh
  1991.    D4e Cq D  F   De Cq. De Fq.  Fe Gq A G Ae Gh. re  Aq G  A  C5e  A4q Gq. Ae C5q. A4q F G F  De Fq
  1992.    A4e A Bb Aq F4q.  re F3e C3q rq  Fq F4e F F Eq Fe Gq.re F3e C3q rq G3q re Ge Gq re  A4e Gq A C5 A4 G4e Aq C5q.  A4q F G F De Fq. A3e A3e Bbe Ah
  1993.    D4e Cq De Fq. De Cq. De Fq.  Fe Gq A G Ae Gh. re  Aq Ge Aq C5q. A4q Ge  Aq C5q. A4q F G Fe Dq Ch. re
  1994.    D4q C  De Fq. De Cq. De Fq.  Fe Gq A G Ae Gh. rq  Ae Gq A  C5   A4  Ge  Aq C5q. A4q F G F  De Fh  re  rq.
  1995.    D4e Cq D  F   De Cq. De Fq.  Fe Gq A G Ae Gh. re  Aq G  A  C5e  A4q Gq. Ae C5q. A4q F G F  De Fw
  1996.  
  1997. -- part contents for card part 108
  1998. ----- text -----
  1999. ‚Ä¢G1 - What the world
  2000. Elect. Piano,120
  2001.     E4q G D5h Dq B4h Dq D5h Dq B4h.  A4e. Gs Ae. Es Gh Eq Gq Bh re. Ds Be. As Aq  Ee. Gs D5h Dq B4h Dq D5h Dq B4h.  Ae. Gs Ae. Es Gh  Eq G4q Be. As Bw rh re.
  2002.     F#s F#e. F#s F#q Gq Ae. Bs F#q  F#h.  Bq. F#e Eq  Gq. Be Aq Bq. Ge De3 Ee Eh.  G4q. De Eq Gq. Be Aq Bq. Ge De3 Ee Eh   F#s Ge3 Ge Gh rq.  Ee. Es F#e. Gs Ah.    
  2003.     E4q G D5h Dq B4h Dq D5h Dq B4h.   A4e. Gs Ae. Es Gh Eq Gq Bh re. Ds Be. As Aq   Ee. Gs D5h Dq B4h Dq D5h Dq B4h.  Ae. Gs Ae. Es Gh  Eq G4q Be. As Bw rq
  2004.     Ae. Gs Ae. Es Gh Eq Gq D5h E5q B4h. Ah. Gw
  2005.  
  2006.  
  2007. -- part contents for card part 109
  2008. ----- text -----
  2009. ‚Ä¢G2 - scarborough
  2010. Bb Clarinet,120
  2011.    D4h Dq A G A Eq. Fe Eq Dh.    Ah C5q D5q. C5e A4q B G Ah Aq D5h D4q Fh Gq A G F     De Cq.  Dq Dh Aq Gh Fq E D C Dh D Dq A G A   
  2012.    Eq. Fe Eq Dh. Ah C5q D5q. C5e. A4q B G Ah Aq D5h D4q Fh Gq A G F De Cq. Dq Dh Aq Gh Fq E D C Dw.
  2013.  
  2014.  
  2015. -- part contents for card part 110
  2016. ----- text -----
  2017. ‚Ä¢G3 - who wrote
  2018. Trumpet,175
  2019.    A4q G A G F Fh  Aq Ge Gq Fe Gq F Gh rq  Gq A G A G F F D D G F G F Gh rq  Aq C5 C C C F4 Fe Gq A Bbh rh   Bbe Bbq Bbe Bbq Bb Aw rw
  2020.    A4q G A G F Fh.  Ge Gq  Fe Gq F Gh rq  Ge G Aq G A G A G Fh  Gq F G F Gh rq  Aq C5 C C C F4q. Fe Gq Aq Bbw  Bbe Bbq Bbe Bbq Bb Ah rq
  2021.    Bb4q Bb Bb Bbe Bb Bbq Bbh   Bbq Ae A Aq A  Bb Ah rq 
  2022.    Bb4q Bb Bb Bb Bb Bbh   Bbq C5e C C C C C C C C C C C Cq   C A4q A A A A Ah  Aq Bb Bb Bb Bb C5h.
  2023.    Bb4q A A A A A Ah Ae A Bb Bb Bbq Bb Bb C5h     A4q Bb C5 C C C F4q. Fe Gq A Bbh rh   Bbe Bbq Bbe Bbq Bb Aw rw    
  2024.    A4q G A G F Fh   Fq G F G F Gh rq    Ge Ge Aq G A G A G F4h   Gq Fe Fe Gq Fq Gh rq    Aq C5 C C C F4q. F4e Gq A Bbh rh  Bbe Bbq Bbe Bbq Bb Aw.
  2025.  
  2026.  
  2027. -- part contents for card part 111
  2028. ----- text -----
  2029. ‚Ä¢G4 - worry
  2030. Bell,250
  2031.    G4q Bb Eb Bb G Bb Eb Bb A Bb  D4q3 F Ab Bbw  Aq Bb Bb3 Bb4 Ab Bb Bb3 Bb4 G Bb Eb4q3 G Bb Eb5w   Cq Eb Eb4 Eb5 B4 Eb5 Eb4  Eb5 Bb4h C5q Db G4w
  2032.    F4 G4 A4 Bb4 C5 E4 D5 C5 Bb4q. C5e D5q C5 Bb4 Ab4 G4  F4   G4 Bb4 Eb4 Bb4 G4 Bb4 Eb4 Bb4 A4 Bb4 Dq3 F Ab Bb4w   Ab4q Bb4 Bb3 Bb4 Ab4 Bb4 Bb3 Bb4   G4 Bb Eb4q3 G Bb Db5w 
  2033.    C5q F5 Eb5 C5 B4 F5 Eb5 C5 Bb4 F5 Eb5 Bb4 G4h   F4h G4q Bb4 Eb4 Bb4 G4 Bb4 D5 C5 Ab4 Bb4 C5 D5 Eb5
  2034.  
  2035.  
  2036. -- part contents for card part 112
  2037. ----- text -----
  2038. ‚Ä¢G5-- Swanee -250
  2039. Voice,250
  2040.    A4w Aw Aq G G F Aq G G F Gw Fh Dh C4q Fh. rq Gq Aq Bbq C5w C#W Dw rq  Bb4q C5q C#q Dw Ew  
  2041.    F5q Eq Dq Cq Dq Cq B4q Bb Aw Aw  Aq Gq Gq Fq Aq Gq Gq Fq   Gw Fh Dh Cq Fw  
  2042.    Gq Aq Bbq C5w C#W Eq Dq C#q Dh.   D#q Eq dq cq Bb4q Aq Gh Fw
  2043.  
  2044.  
  2045. -- part contents for card part 113
  2046. ----- text -----
  2047. ‚Ä¢H1 - beautiful
  2048. Piano,140
  2049.    A4e C5e Ce A4e D5q. Ce Ch. rq   A4e Bbe Aq As Gh. re rh   De Ee Fe Ge Aq. Gq re  Cs Cs D5q Ce Ce A4e Fe. Ge Aw rh 
  2050.    A4e C5e Ce A4e D5q. Ce Ch. rq   A4e Bbe Aq As Gh. re rh   De Ee Fq Aq. Ge Gq.  Ce D5q Ce De A4e Ge Fe Ge Fw.  rh
  2051.    A4e C5e Ce A4e D5q. Ce Ch. rq   A4e Bbe Aq As Gh. re rh   De Ee Fe Ge Aq. Gq re  Cs Cs D5q Ce Ce A4e Fe. Ge Aw rh
  2052.  
  2053.  
  2054. -- part contents for card part 114
  2055. ----- text -----
  2056. ‚Ä¢H2 - Guantanamera
  2057. Harp,170
  2058.    C5q Ce C D Dq. rh re   Bb4e D5 D Cq De Bb4 C5 Cq. rw  A4q Bbe C5e Dh Ch re D5 Bb4 G Fq F4e E Dh Cq r re
  2059.    F4e G F Gq Ge F G Gq. rh re   Ge A Bbe Aq F4e Dq. Ge Gq. rq re   Fe G F Gq Ge F G G rq rh re   Ge C5 C Ch Ce Bb4q Ae Ge Gq. re   Ge A Bb C5e Cq Ce Dh C re
  2060.    D5e Bb4 G Fq Fe Ee Dh C rh   C5q C C D Dq. rh re    Bb4e D5q De Cq  Bb4e C5 Cq. rw  A4q Bbe C5 Dh Ch re   D5e Bb4 G Fq Fe E Dh C rh
  2061.  
  2062.  
  2063. -- part contents for card part 115
  2064. ----- text -----
  2065. ‚Ä¢H3 - Rising
  2066. Flute,90
  2067.    rh. re3 re Ae D4q.  Ee Fq. Ae Gq. De Dq. D5e Dq.  De Cq. A4e Ah. re   D5s Ds Dq. E4e Fq.  A4e Ge Dq3 De3 De3 Dq. De Dq.   De C#e A3q C#4e Dw     
  2068.    re3 re D5e D5q. D5e C5q. F4e G4e D4h rq. re   D5q. De C5q. A4e A4h.  re D5e Dq. De Cq. F4e Gq. De Fq. re   Dq. De C#e A3q C#4e Dw 
  2069.    A3e D4e Dq. Fq. Ae G Dh  rq3  D5e D Dq. D5e C5q. A4e A4w     D5q. De C F4q Fe G De re3 D D Fq re3 De De Dq De3 D D C#e A3q C#4e Dw   
  2070.    rh re D5q re3 D D Dq. De Cq. F4e Ge Dh rq   D5e Dq De3 D D Cq. A4e A4h.  re D5e Dq. De Ce F4q Fe Ge Dq. Dq.    De Dq. De C#4e A3q C4e Dw.
  2071.  
  2072.  
  2073. -- part contents for card part 116
  2074. ----- text -----
  2075. ‚Ä¢H4 - Candy
  2076. Bb Clarinet,250
  2077.     B3h D4q Ew F#q Dq Eq F#q Dq Ch Dq Aw.   D5q C# D C B4 C5 B4 A# B A4h.   Gq B B F# B B E B B F#h.   Eh. F# G C5h. B4q A# B F# G#w   A4q d5 c5 a4 Gq   B4q Bq Dq Bq Bh Bq Bq Dq Bq Be re           
  2078.     B3h D4q Ew F#q Dq Eq F#q Dq Ch Dq Aw.   D5q C# D C B4 C5 B4 A# B A4h.   Gq B B F# B B E B B F#h.   Eh. F# G C5h. B4q A# B F# G#w   A4q d5 c5 a4 Gq   B4q Bq Dq Bq Bh Bq Bq Dq Bq Be re
  2079.     E4h. Aq G E F#h. Dh. Cq D E F# G A Bw. C5q C C A4h C5q B4w. Dq D D D D D D D D D E F# Gh. F# E F#h.
  2080.     B3h D4q Ew F#q Dq Eq F#q Dq Ch Dq Aw.   D5q C# D C B4 C5 B4 A# B A4h.   Gq B B F# B B E B B F#h.   Eh. F# G C5h  D4q B A# B dh Dq  B A# B D5h   B4q A# B D E G B A# B D5h. B4q A# B F# G#w Aq D5q C5 A4 Gw
  2081.  
  2082.  
  2083. -- part contents for card part 117
  2084. ----- text -----
  2085. ‚Ä¢H5 -  Pollution
  2086. Piano, 150
  2087.     C4q Ee Gq Gq Ge Fe F Eq De G3q.  B3q D4e Fq Aq. Aq Ge Eq Cq.  C4q Ee Gq C5e B4e C5 D Cq A4h re   G4q Ge G G G G Fq F B3e C4q C4q C5q. A4q. C5q B4q. Gq Be Bq Aq Ae Aq Fe Aq G#w  A4q. Gq. Fq Eq. Cq. Eq F Fe Fq Ee Dq Cq rh. 
  2088.     C4q Ee Gq Ge Gq Fq E4e D4q G3q.  B3q D4e Fq Aq. Aq Ge Eq Cq. rs  G4e G G C5q. Cq Ce G4e Ge Gq. rs  E4q G Ge Gq Gq. Fe B3q C4q. rs  
  2089.     C4q C5q. A4q. C5q B4q. Gq  Be Bq A Ae Aq Fe Aq G#h.       G#4q A4q. G4 F4q E4q. C4 E4q F4q. E4 D4q C4
  2090.     C4q Ee Gq Gq Ge Fe Eq Dq.  G3q B D4e Fq A Fe Ae Gq Eq.   C4q Cq Ee Gq C5e B4 C5 D Cq A4q.    A4e A Gq G Ge G G G F  B3q C4q.      
  2091.     C4q C5q. A4q C5q B4q. G4q B4 B4e A4q A4 F4e A4q G#4h. re  G#4q A4q. G4q. F4q E4q. C4 rh.  C4q A4q. G4 F4q E4q. C4q. E4q D4h F4 C1h.  B4e C5w
  2092.  
  2093.  
  2094. -- part contents for card part 118
  2095. ----- text -----
  2096. ‚Ä¢J1 - love is blue
  2097. Flute,130
  2098.     B4h Aq. Ge F#q E Dh   Eq Ge F# Gq. Ee D E Dq B3h  B4h Aq. Ge F#q E Dh   Eq Ge F# Gq. Ee D# C# D#q Ew rq   
  2099.     B4h Aq. Ge F#q E Dh   Eq Ge F# Gq. Ee D E Dq B3h  B4h Aq. Ge F#q E Dh   Eq Ge F# Gq. Ee D# C# D#q Ew rq  
  2100.     G4#h A Bh. G#e E Eh  C#5 B4w  G#h B F#h.  G#e A Ah  F#e D# Eh. rq
  2101.     B4h Aq. Ge F#q E Dh   Eq Ge F# Gq. Ee D E Dq B3h  B4h Aq. Ge F#q E Dh   Eq Ge F# Gq. Ee D# C# D#q Ew
  2102.  
  2103.  
  2104. -- part contents for card part 119
  2105. ----- text -----
  2106. ‚Ä¢J2 - They all laughed
  2107. Piano, 200
  2108.     D4e Eq G A Be. Bs Ae. Gs Ae Bq. Be. Bs  Ae. Gs Ae  Bq Dw rq    D4e Eq G A Be. Bs Ae. Gs Ae Bq Gw rw rq    
  2109.     D4e Eq Gq Aq Be. Bs Ae. Gs Ae Bq.  D5e. Ds Dbe. B4s Db5e Dq F#4w re B4q Ae. G#4s Ae Bq.  Be. Bs Ae. G#s Aq Bq.  Aq B C5 B4 A        
  2110.     D5q D D Dh re   B4q Ge Ah re.   Bs C5e. C#s Dq E D B4 C5h.     
  2111.     B4q E5h re  C#q A4e Bh re  Aq Be C5q E5 E4 G Aw
  2112.     D4e Eq Gq Aq Be. Bs Ae. Gs Ae Bq.   C5e B4q Ae Bq C5q B4h.  
  2113.     A4q Dq Dq Dh   Ee Eq Ee B4q Bq Gq Gq Gh    
  2114.     Bb4e Bbq Bbe F#q F#q D5q Dq Dh  Ee Eq Ee B4q Bq Gw.
  2115.  
  2116.  
  2117. -- part contents for card part 120
  2118. ----- text -----
  2119. ‚Ä¢J3 - Chips
  2120. Perc,300
  2121.     D4h Fq Gh Bbq Ah Ebq Gh.  Ah Ebq Gh Bbq Ah Gq Gh.   Ebh Gq Ah C5q Bb4h Gq Ah.   Bbh Gq Ah C5q Bb4h Gq Gh.
  2122.     D4h Fq Gh Bbq Ah Fq Gh.   Fh Gq Bbh D5q Dh Cq Ch.   Dh Cq Ebh Dq Ch Bb4q D5h    A4q Gh Aq Fh C5q Bb4w.  
  2123.  
  2124. -- part contents for card part 121
  2125. ----- text -----
  2126. ‚Ä¢J4 - Yellow brick
  2127. Piano,200
  2128.    G4e Gq Ge Bbe Bbe D5q Ew   A4e Aq Ae C5q Ce Dh.  Eb4e Ge Gq Bbe Bbe Bbe C5h   Bb4 Ge Fe Fe Fe Fe A A F F5h.  D5e Bbe Bbe Bbe Bbq Bb4e Bbe Bbe Eb5h.  
  2129.    G4e A A A C5q Ce Dw  G4e Gq Ge Bbq Bbe Bbe Bbe C5q De Cq G4q Ebe Fq Fe Fq Ge Ebq Fe A4q. C5q Fw C5q Fe Fq Fe Ce A4q E5q. C#e C#q  C#5e. C#s De Dq C#e De Bb4e Fe Aw   
  2130.    E5e Aq Aq Ae Bbe Ae Ge Ge  Dh De De Ee Eq Eq Fe Gq Fw  A5e Aq Ae F D A4 E5q Ee E Eh  F5e F F Dq Bb4e Fq Abw 
  2131.    Ab4e Gq Fq Fe Fe Aq Ae C5q Fe Fe Fh.  De Fq. Fe Fe Ge Eq Fw
  2132.  
  2133.  
  2134. -- part contents for card part 122
  2135. ----- text -----
  2136. ‚Ä¢J5 - Boiling Rage
  2137. Pizz Strings, 152
  2138.   E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4   E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4  C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Eq  C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Ee.
  2139.   E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4   E4e. Es Ee. Es Ee. Es Eq Ee. Es Ee. Es Eq A4  C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Eq  C5e. Cs B4e. Bs C5e. Cs A4q Be. Bs Ae. As Bq Eq
  2140.   E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah   E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq   E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah   E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq   E5q E G G  Fe Ee Dh. Eq E De Cq De Eh E   Eq E G G Fe E Dh.  Eq E De Cq De Eh Eh
  2141.   E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah   E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq   E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah   E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq   E5q E G G  Fe Ee Dh. Eq E De Cq De Eh E   Eq E G G Fe E Dh.  Eq E De Cq De Eh Eh
  2142.   E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah   E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq   E5q. Ce A4 Bq C5 B4e3 C5e3 B4e3 Ah   E4e. Fs Ee. Fs Ee. Fs Ee. Fs Eh Aq rq   E5q E G G  Fe Ee Dh. Eq E De Cq De Eh E   Eq E G G Fe E Dh.  Ee De Cq  De C B4q Ah A5q rq
  2143.  
  2144. -- part contents for card part 123
  2145. ----- text -----
  2146. ‚Ä¢K1 - moon river
  2147. Voice,150
  2148.    G4h. D5q Ch  B4q. Ae G F Gh  Cq Bq. Ae G F Gh  Cq Dh. rh    Eq Ch. Gq Eq.  De Ch. Gq Eq.   De Cq E G  C5e B4q. Ae B Aq. Ge Ah.   
  2149.    G4h. D5q Ch  B4q. Ae G F Gh  Cq Bq. Ae G F Gh Cq  Dh. rh    Eq Ch. Eh Gq C5h.  Dh Cq G4h. rq   Be A Ge F Gh. re   Ce B A G F Gh.  C Fq Dw  Eq Cw
  2150.  
  2151.  
  2152. -- part contents for card part 124
  2153. ----- text -----
  2154. ‚Ä¢K2 - ain't necessarily so
  2155. Sax, 200
  2156.    G4e D5q3 Db G4 C5q3 B4 G Bbh. re   G4e D5q3 Db G4 C5q3 B4 G Bbh. re  G4e D5q3 Db G4 Bbq3 G Bb Gq3 Bb G Bbq3 G Bb Gq3 Bb G Fq3 D F Gw rq
  2157.    G4e D5q3 Db G4 C5q3 B4 G Bbh. re   G4e D5q3 Db G4 C5q3 B4 G Bbh. re  G4e D5q3 Db G4 Bbq3 G Bb Gq3 Bb G Bbq3 G Bb Gq3 Bb G Fq3 D F Gw rq
  2158.    Gq5 Fq3 Eb Db Cq3 Bb4 Ab Gq3 F G Abq3 Bb C5 D5q. De Dq. De Dh    D5q Cq3 Bb4 A Gq3 F Eb Dq3 C D Eq3 F G Aq. Ae Aq. Ae Bbh.
  2159.    G4e D5q3 Db G4 C5q3 B4 G Bbh. re   G4e D5q3 Db G4 C5q3 B4 G Bbh. re  G4e D5q3 Db G4 Bbq3 G Bb Gq3 Bb G Bbq3 G Bb Gq3 Bb G Fq3 D F Gw rq
  2160.    G4q A4q3 Bb C5 A4q3 A# C5 D5h   rq3 rq D4q Eq3 F# G G#q3 B A    G4q3 A A# B4q3 D5 C B4q3 C5 D Eq3 E E Ew.
  2161.  
  2162.  
  2163. -- part contents for card part 125
  2164. ----- text -----
  2165. ‚Ä¢K3 - happiness
  2166. Sawtooth,100
  2167.     D4e Eb Fh Bb3q rs G4e F Eb Fq Bb3  re G4e F Eb Fq Bb3   D4e Eb Fq Fh   De Eb Fh Bb3q  re G4e F Eb Fq Bb3q     G4e F Eb Fq Bb3e Bb F#4 G Aq Ah  
  2168.     B4be Bb Bbh Fq G C5e Bb4 Aq Ge A Fh. Gq Ah. Gq Gbe G Ah Dq G Gb Eq. Ee Dw
  2169.     D4e Eb Fh Bb3q G4e F Eb Fq Bb3 G4e F Eb Fq Bb3 Bb4h. Ebq De Eb Fh Dq Ebe F Gh Gq Ae Bb  C5h A4q Bbh Gq Fw C5 Bb4
  2170.  
  2171.  
  2172. -- part contents for card part 126
  2173. ----- text -----
  2174. ‚Ä¢K4 - johnny b. goode
  2175. Elect. Guitar,200
  2176.    C5e Ce Ce Ce Ce Ce A4e Bbe Ae Bbe Aq C5q. re
  2177.    C5e Ce Ce Ce Ce Ce A4e Bbe Ae Bbe Aq Fq. re  C5e Ce Ab4e Bbq Bbe Abq Bbe Abe Bbe Abq C5q. re 
  2178.    C5e C5e C5e C5e A4e C5q Bb4e A4e Fe Fq. re  C5e Ce A4e  Bbe Ae  Bbe Ae  Bbe  Ae Bbq Ae C5q 
  2179.    F4e A Bb C5 C C Cq A4e Bb A Bb Ae F Fq
  2180.    C5q Ch rq. re C5q. B4be Ae  C5q re   C5q Ch rq. re C5q. B4be ae C5q re
  2181.    C5q Ch rq. re C5q. B4be abe C5q re   C5q Ch rq. re C5q. B4be ae C5q re   C5h rh re  Bb4e A F Fw.
  2182.  
  2183.  
  2184. -- part contents for card part 127
  2185. ----- text -----
  2186. ‚Ä¢K5 - In the Tavern
  2187. Piano,132
  2188.    F4s E De D D Fs E De D D Fs E De  Fs E De  Fs E De D D Ee E E E E E E E Ee E E E E E E E  Fs E De D D Fs E De D D Fs E De  Fs E De  Fs E De D D Ee E E E E E E E  Ee E E E E E E E  E5e E E E E E E E  Ee E E E E E E E4 rw
  2189.    F4s E De D D Fs E De D D Fs E De  Fs E De  Fs E De D D Ee E E E E E E E Ee E E E E E E E  Fs E De D D Fs E De D D Fs E De  Fs E De  Fs E De D D Ee E E E E E E E  Ee E E E E E E E  E5e E E E E E E E  Ee E E E E E E E4  rw
  2190.    E5q F E D C D Es D Ee rq rh   E5q F E D C D Es D Ee rq rh   E4e E E E E E E E  Ee E E E E E E E  Ee E E E E E E E  Ee E E E Es E E E Ee E  Fq F F Fe F F F Gs Fs E Eq rh  Fq F F Fe F F F Gs Fs E Eq rh  E4q F E D Ce C D D Eq E E F E De D C C Dq E E
  2191.    E4e E E Es E Eq E E E   E4e E E Es E Eq E E E  E4e E E Es E Eq E E E  E4e E Es E E E Ee E Eq   F5q F E4 E  F5 F E4 E  F5 F E4 E  F5 F E4 E   
  2192.    E4e E  F# F# E E F# F#  E E F# F# E E G# G#   F# F# G# G# F# F# A A   E E F# F# E E F# F#  E E F# F# E E G# G#   F# F# G# G# F# F# A A   F# F# G# G# F# F# A A  F# F# G# G# F# F# A A
  2193.    Be B C#5 C# B4 B D5 D  B4 B C#5 C# B4 B D5 D  B4 B C#5 C# D D C# C#   B4 B C#5 C# D D C# C#  D5 D C# C# D D B4 B  D5 D C# C# D D B4 B  D5 D C# C# B4 B C#5 C#    D5 D C# C# D D E E  F5q F F F Fq.  Gs F E D Eq rh.  
  2194.    F5q F F F Fq.  Gs F E D Eq rh.  E5q E E E Eq. Ds C Dq D   E E E E Eq. Ds C Dq D  Eq. Ds Cs Dq Dq  Eq. Ds Cs Dq Dq  Eq. Ds Cs Dq Dq  Eq. Ds Cs Dq Dq    Eq D C D  Eq D C D  Eq D C D  E D E F
  2195.  
  2196. -- part contents for card part 27
  2197. ----- text -----
  2198.  
  2199.  
  2200.  
  2201. Use the buttons below to flip through the lists of records, then punch a selection's number on the keypad to the right. Punch the "Custom" button under the keypad to play the selection with different instruments and at different tempi.
  2202.  
  2203. Click the mouse button and the record will stop playing at the end of a phrase.
  2204.  
  2205.  
  2206. -- part contents for background part 54
  2207. ----- text -----
  2208. A5
  2209.  
  2210. -- part contents for card part 137
  2211. ----- text -----
  2212.  
  2213.  
  2214. THE WURLIZBURG AUTOMUSICON  -- I NSTRUCTIONS
  2215.   SELECTING A TUNE
  2216.   Click on one of the three buttons at the bottom of the screen to flip through the cards that list the selections currently stored in the Automusicon, then click the corresponding numbers on the keypad to play your chosen tune. The record will play at a preselected tempo and using a preselected instrument.  While the record is playing, clicking anywhere once will halt the performance at the end of the current phrase.
  2217.  
  2218.   SELECTING ANOTHER INSTRUMENT
  2219. To play a song with another instrument, click on the "Custom" button, then press the "instruments" on the control panel and make a choice from the resulting popup menu. If no choice is made, Automusicon will revert to using the pre-selected instrument. To reveal the name of the current choice, press with the optionKey down.
  2220.  
  2221.   SELECTING ANOTHER TEMPO
  2222. To change the tempo, click on the "Custom" button, then press and drag in the rectangle at the bottom of the tempo section of the control panel. When you release the button, the selected tempo will be displayed in the field above it. Repeat until the tempo you want, or one close to it, is displayed. If you decide you want to hear the next song played with the default value, cancel the selection by pressing and dragging to the left until value in the field is 0. 
  2223.  
  2224. The bar is marked at intervals of 250, with an extra mark at 102. The tempos selected using this bar button can range from 30 to 1000, but only 90 or so distinct tempos can be chosen using this method. Often the value you might want is outside the range or between two selectable tempos. If this is the case, click on the bar with the option key down and type your number into the text entry field of the resulting dialog box. The number should be an integer between 31 and 4999. Lower values are impractical and higher values generally produce nothing but a beep sound. Entering alphabetical characters will produce a beep.
  2225.  
  2226.   FINAL NOTES
  2227. Using the above methods to change the character of the instrument and the tempo will affect every succeeding song played. If you click on the "Standard" button or return to the "bar", Automusicon will then revert to using the preselected parameters.
  2228.  
  2229.  
  2230.  
  2231. CREDITS
  2232.  
  2233.  The XCMD "PopUpMenu" was written by Andrew Gillmartin.
  2234.  
  2235.  "Bar Button," used for the tempo selection feature, was created by Lloyd Maxfield.
  2236.  
  2237.  "FileName" and "NewFileName" were created by Steve Maller
  2238.  
  2239.   Some of the sounds are from David Rakowski's stack "Toons" and from Ronald Pejril of Black Squirrel Software, the "click" sound is from the stack "StackStarter B.971", the  "FidoClick" sound is from David Dunham's stack "Fido", and other sounds were extracted from other, unremebered stacks. Thanks.
  2240.  
  2241.   The rest of the songs were transcribed using a clunky stack called "HC Play Notater". (To create a string of letters that correspond to the notes and their duration, the stack asks you to click on the keys of a keyboard and then on buttons above it to insert the duration indicators, then go back and edit the newly created text in the "song" field to remove extraneous octave designations and other unnecessary characters that the script insists on inserting. There has to be a better way.)
  2242.  
  2243. The default instrument and tempo assignments were performed, in part, by Michael Lockard.
  2244.  
  2245.  Some addresses:
  2246.  
  2247.   Lloyd Maxfield, Infosynthesis, 2960 Ferry Street, Eugene, OR 97405
  2248.   David Rakowski, 51 Big Tree Way, Woodside, CA 94062
  2249.  
  2250.  You might drop them a line and thank them if you like what you see and hear here.
  2251.  
  2252. Fillmore 123188
  2253.  
  2254.  
  2255.  
  2256.  
  2257. ADDING/EDITING SONGS
  2258.  
  2259.   REPLACING/EDITING THE SONG DATA
  2260. The data for the "Play" function  is stored in 50 hidden fields on this card. The fields are numbered from 21 to 70 and are named for the  associated "jukebox" button combination. To see/edit a field, hold down the option key while clicking a letter/number combination, or type [show cd fld <the name of the combination 
  2261. ("G3", "E5", "H2", etc.)>] into the message box, or hold down the optionKey and click in the lower right-hand corner of the screen to bring up an "Ask" dialog box. Type a number corresponding to the number of the text field you want to edit into the dialog boxes text entry field. (Field number 21 is "A1", field number 22 is"A2", etc.)
  2262.  
  2263. The first line of the field contains an "‚Ä¢", the name of the field (the letter-number combination), and the name of the song. The second line contains the name of the instrument (the "snd " resource), a comma, and the tempo. There should be no spaces in either of these items. The third and succeeding lines contain the string(s) to be played. Each line must be shorter than 255 characters. (A HyperCard line is a string of characters terminated by a return. The HC line can wrap through many physical lines of the field.) 
  2264.  
  2265. Example:
  2266. ‚Ä¢Z6 -- A Sample Song -- This line can contain any additional information about the song.
  2267. Kazoo,1000
  2268. [A whole bunch of notation data. See the Help stack for further information about "play" and examine the songs in this stack for examples of ways to "compress" the data by eliminating redundant characters.]
  2269.  
  2270. To HIDE the data field(s), hold down the commandKey and click in the lower right-hand corner of the screen, or hold the optionKey down and click there to invoke the dialog box, then click "Cancel".
  2271.  
  2272.   CHANGING THE DIRECTORY
  2273. The "Title/Artist" fields are in actuality a layer of two fields. Hold down the shiftKey-optionKey-commandKey combination to see the gap that you can "sneak" through to edit the bottom field or temporarily hide the uppermost field.
  2274.  
  2275.  
  2276.  
  2277. CHANGING SOUNDS/HPOPUPMENU
  2278. Use ResCopy or ResEdit to copy "snd " resources into and delete "snd " resources from this stack.  If you just want to use the "snd " as the default instrument for a specific song, read no further.
  2279.  
  2280. To have your newly added "instrument" appear in the menu, open this card's script-editing window and edit the strings of instrument names found there, adding the names of the sounds you've added to the stack and deleting the names of sounds you have removed. . Ensure that the name of the sound is spelled correctly and that there are no extra spaces accidentally included.  Edit these lines, too, if you want to change the order of the menu items. The first item in the line is the catagory and shouldn't be changed. 
  2281.  
  2282. ADDITIONAL FEATURE
  2283. There are three hidden buttons under the menuBar that can be made visible by clicking on this field with the optionKey down. The first exports the data in all the song fields to a text file for examination and use in other stacks. The second imports from a "properly formatted" text file new "play" function data. The third exports to a text file a listing of the line lengths of the data in all the song fields, useful for diagnostic purposes since "play" can only work properly if a string of data is shorter than 255 characters. These buttons are hidden when you return to the "bar" or click on each of them with the optionKey down.
  2284.  
  2285. A properly formatted text file, you asked? The Import script needs to see a ‚Ä¢ (option-8) as the first character of the file, followed on that line by the name of the TEXT file. The data then is placed on succeeding lines. The ‚Ä¢ (option-8) character is the delimeter the import script recogizes and it should appear as the first character of the data to be put in a field. Example:
  2286.  
  2287. •YourFile
  2288.  
  2289. ‚Ä¢Z6 -- A Sample Song 
  2290. Kazoo,1000
  2291. [The notation data] 
  2292.  
  2293. ‚Ä¢X6 -- A Second Sample Song
  2294. SaucePan,432
  2295. [The notation data]  
  2296.  
  2297. And so on.  
  2298.  
  2299. The first line is actually ignored, but it's needed as a spacer. The data following the next delimiter, everything from that ‚Ä¢ to the next, will be put into a field named "Z6". The next set of data will be put into a field named "X6". (There are no fields on this card bearing those names, so HyperCard will stop processing the file at the first one, leaving the file open and the job undone. You'll see a "Don't understand" dialog box. Some data in the stack might be corrupted.) Make sure the field names are correct.
  2300. It is important that the delimiter and the following two characters are entered correctly. The rest of the data can contain errors and the only result will be that the song doesn't play properly, but if those three characters are incorrect, the song data fields could become corrupted, with a song meant to be played by clicking D5 being played when you click F2.  
  2301. Note, too, that the song data in the file doesn't have to be entered in any special orderand that the file does not have to have data for every one  of the 50 selections. The data is put into the indicated field and the others are left alone.
  2302.  
  2303. There is no way for the script to check that the file is correctly formatted, so it is up to you, the user, to make sure that the script is not asked to work with data it wasn't designed for. Hence this long explanation/warning. Don't be scared off by it. The songs in Automusicon are songs that the designer thought would be fun to play with. Your tastes are probably different, so the import function was added to give you the option of replacing his choices with yours. Just follow the simple rules spelled above.
  2304.  
  2305. MODIFIER KEYS
  2306. OptionKey
  2307.    - Select a tune with the optionKey down to show and hide a song field.
  2308.    - Click in the lower-right corner with the optionKey down to call up a Show Field dialog box. 
  2309.       (Click "Cancel" in this box to hide any visible fields, such as those over the tune selction buttons.)
  2310.    - Click on this field with the optionKey down to hide it and show the Export and Import buttons.
  2311.    - Click on the Export,Import and Line Length buttons with the optionKey down to hide them.
  2312.    - Press on the Instruments button with the optionKey down to see the currently selected instrument.
  2313.    - Press on the Tempos button with the optionKey down to select a specific tempo.
  2314. CommandKey
  2315.     - Click in the lower-right corner with the commandKey down to hide all song fields.
  2316.  
  2317.  
  2318. ADDITIONAL SONGS
  2319. --Stairway to Paradise -150
  2320. harpsichord,150
  2321. C4q C5e. A4s Gq Ae. Gs. Bbe. As Gh   Ee. Ds Cq  E Ge Aq. Bbw  Fq F5e. Ds Cq De. Cs Eb Ds Ch    De. Cs Dq Cq B4e Aq. Gh
  2322. Gs Ae. Gs C5h. Es De. Cs Ee. Ds Ce Ch Ch. Ebe D C Eb D C Ch C4q C5e. A4s Gq Ae. Gs Bbe. As Gh  E5e. D#s Eq B4q Ae Gq. C5h.
  2323.  
  2324. --Can't Take That Away 150
  2325. harpsichord,150
  2326. Eb4e Eb Eb Ebq Ebe Gh. Eb4e Eb Eb Ebq Ebe B3bh Eb4e Eb Eb Ebq Ebe Bbh. C5q C C Ebe. Cs B4be. Abs Bbq Ge Fe. Eb4e Eb4 Eb4 Ebq Ebe Gh.
  2327. Eb4e Eb4 Eb4 Ebq Ebe Bb3h. Eb4e Eb4 Eb4 Ebq Ebe Bb4w C5q C C Ebe. Cs B4be. Abs Bbq Ge Ebh. Bbh Abq G Ab G Bb Fh G Eb
  2328.  
  2329. - Nice work -150
  2330. Perc, 200
  2331.    B4 C5 C5 B4 A4 B4h.  G4q A A G4 F#4w   
  2332.    D4q. Ee re. Ds Ee. Gs Ae  Bq. re.   Ds Ee. Gs Ae Bq. Gq Ge Gh.rq 
  2333.    B4q C5 C5 B4 A Bh. Gq A Aq3 G# G  F#4w
  2334.    D4q. Ee re. Ds Ee. Gs Ae  Bq. re.   Ds Ee. Gs Ae Bq. Gq Ge Gw re
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347. -- part contents for card part 32
  2348. ----- text -----
  2349.  
  2350. S.Thera?/DoReMi
  2351.  
  2352.  
  2353. Bach.-Dave
  2354.  
  2355.  
  2356. Synco/McDon.
  2357.  
  2358.  
  2359. E.Rock
  2360.  
  2361.  
  2362. Xmas/Peanuts
  2363.  
  2364. -- part contents for card part 31
  2365. ----- text -----
  2366.  
  2367. Trad.
  2368.  
  2369.  
  2370. P.mary/Show.
  2371.  
  2372.  
  2373. Pax/Mancha
  2374.  
  2375.  
  2376. S&G/folk
  2377.  
  2378.  
  2379. Gersh.
  2380.  
  2381. -- part contents for card part 35
  2382. ----- text -----
  2383.  
  2384. Trad./CW
  2385.  
  2386.  
  2387. Dylan
  2388.  
  2389.  
  2390. Good.
  2391.  
  2392.  
  2393. Gene-Jerry/Carny
  2394.  
  2395.  
  2396. EJ/CB
  2397.  
  2398. -- part contents for card part 36
  2399. ----- text -----
  2400.  
  2401. BB
  2402.  
  2403.  
  2404. Lehrer
  2405.  
  2406.  
  2407. Trad./Mult.
  2408.  
  2409.  
  2410. Stand./Lehrer
  2411.  
  2412.  
  2413. Orff
  2414.  
  2415. -- part contents for card part 56
  2416. ----- text -----
  2417. Blowin' in the Wind
  2418.  
  2419. Tambourine Man
  2420. A Time for Us
  2421.  
  2422. Turn, Turn, Turn
  2423. San Francisco
  2424.  
  2425. San Francisco
  2426. What the World
  2427.  
  2428. Everything is B'tiful
  2429. Love is Blue
  2430.  
  2431. Moon River
  2432.  
  2433.  
  2434. -- part contents for card part 28
  2435. ----- text -----
  2436.  
  2437. Dylan
  2438.  
  2439.  
  2440. R&J/Bella.
  2441.  
  2442.  
  2443. Benny/McDon.
  2444.  
  2445.  
  2446. Bach.-Dave
  2447.  
  2448.  
  2449. Long./Will.
  2450.  
  2451.  
  2452. -- part contents for background part 58
  2453. ----- text -----
  2454. Raven